Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b199d114 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 9baef73c: Merge change Id8b28e4f into eclair

Merge commit '9baef73c' into eclair-mr2

* commit '9baef73c':
  fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
parents d85545d0 9baef73c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ 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)
          mWidthScale(1.0f), mHeightScale(1.0f),
          mBlurFormat(GGL_PIXEL_FORMAT_RGB_565)
{
}