Merge change Id8b28e4f into eclair
* changes: fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
This commit is contained in:
@@ -40,9 +40,10 @@ const char* const LayerBlur::typeID = "LayerBlur";
|
|||||||
|
|
||||||
LayerBlur::LayerBlur(SurfaceFlinger* flinger, DisplayID display,
|
LayerBlur::LayerBlur(SurfaceFlinger* flinger, DisplayID display,
|
||||||
const sp<Client>& client, int32_t i)
|
const sp<Client>& client, int32_t i)
|
||||||
: LayerBaseClient(flinger, display, client, i), mCacheDirty(true),
|
: LayerBaseClient(flinger, display, client, i), mCacheDirty(true),
|
||||||
mRefreshCache(true), mCacheAge(0), mTextureName(-1U),
|
mRefreshCache(true), mCacheAge(0), mTextureName(-1U),
|
||||||
mWidthScale(1.0f), mHeightScale(1.0f)
|
mWidthScale(1.0f), mHeightScale(1.0f),
|
||||||
|
mBlurFormat(GGL_PIXEL_FORMAT_RGB_565)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user