am 9baef73c: Merge change Id8b28e4f into eclair
Merge commit '9baef73c9b2ea17a4eba997c45e944ac6b9af835' into eclair-mr2 * commit '9baef73c9b2ea17a4eba997c45e944ac6b9af835': 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,
|
||||
const sp<Client>& client, int32_t i)
|
||||
: LayerBaseClient(flinger, display, client, i), mCacheDirty(true),
|
||||
mRefreshCache(true), mCacheAge(0), mTextureName(-1U),
|
||||
mWidthScale(1.0f), mHeightScale(1.0f)
|
||||
: LayerBaseClient(flinger, display, client, i), mCacheDirty(true),
|
||||
mRefreshCache(true), mCacheAge(0), mTextureName(-1U),
|
||||
mWidthScale(1.0f), mHeightScale(1.0f),
|
||||
mBlurFormat(GGL_PIXEL_FORMAT_RGB_565)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user