diff options
author | 2009-01-09 18:24:37 -0800 | |
---|---|---|
committer | 2009-01-09 18:24:37 -0800 | |
commit | e570a0fa86c2eea2680f07e2c0c546f104bea948 (patch) | |
tree | e616ea122bf171bab3b3765b5023c4167b31e0d8 /libs/surfaceflinger/Layer.cpp | |
parent | 9bdf576615231e4b9693f08bfe3dc886c2edf49e (diff) | |
parent | b798689749c64baba81f02e10cf2157c747d6b46 (diff) |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'libs/surfaceflinger/Layer.cpp')
-rw-r--r-- | libs/surfaceflinger/Layer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaceflinger/Layer.cpp b/libs/surfaceflinger/Layer.cpp index 8ba08513ccbe..f65d66984d7f 100644 --- a/libs/surfaceflinger/Layer.cpp +++ b/libs/surfaceflinger/Layer.cpp @@ -316,7 +316,7 @@ uint32_t Layer::doTransaction(uint32_t flags) if (err == NO_ERROR) { const uint32_t mask = clientBackBufferIndex ? eResizeBuffer1 : eResizeBuffer0; android_atomic_and(~mask, &(lcblk->swapState)); - // since a buffer became availlable, we can let the client go... + // since a buffer became available, we can let the client go... mFlinger->scheduleBroadcast(client); mResizeTransactionDone = true; @@ -511,7 +511,7 @@ Region Layer::post(uint32_t* previousSate, bool& recomputeVisibleRegions) } mResizeTransactionDone = false; recomputeVisibleRegions = true; - invalidate = true; + this->contentDirty = true; } } |