commit | 044358d11cdb156b04d52e184c5daa502bcd2ed6 | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Thu Nov 11 13:50:43 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 11 13:50:43 2010 -0800 |
tree | f256a8f5d721d6224a06159b8acf390606d86a5e | |
parent | 1149493426f762c6ed0ae4d3ae7c6721c9306c4e [diff] | |
parent | e9ebae24b9507f6cbbcd685c3b02761c4f4698c0 [diff] |
Merge "Fix a compile warning in the Surface class."
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index c59f2fd..2e785aa 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -786,10 +786,6 @@ { // compute the invalid region mInvalidRegion.orSelf(mDirtyRegion); - if (mInvalidRegion.isEmpty()) { - // nothing to do - return; - } if (UNLIKELY(mDebugRegion)) { debugFlashRegions();