commit | 276293246ea9cbc0a578a7697cc48930376ec0e9 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Fri Jan 09 17:51:23 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri Jan 09 17:51:23 2009 -0800 |
tree | 03804488c60dda65699333d2311c8d1842ec4b65 | |
parent | e09fd9e819c23dc90bca68375645e15544861330 [diff] [blame] |
auto import from //branches/cupcake/...@125939
diff --git a/libs/surfaceflinger/LayerBlur.cpp b/libs/surfaceflinger/LayerBlur.cpp index e3ae7fb..efadbcf 100644 --- a/libs/surfaceflinger/LayerBlur.cpp +++ b/libs/surfaceflinger/LayerBlur.cpp
@@ -71,7 +71,7 @@ mRefreshCache = true; mCacheDirty = true; flags |= eVisibleRegion; - this->invalidate = true; + this->contentDirty = true; } return LayerBase::doTransaction(flags); }