commit | 6ee93c0d36dff1339eb2428be2d65441398e6e5f | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Jul 23 13:11:19 2012 -0700 |
committer | Jesse Hall <jessehall@google.com> | Mon Jul 23 13:12:28 2012 -0700 |
tree | e6894c94ffd2578643a99d99eb82c52aa55a03e7 | |
parent | 2654a36a448142c31ab9392221ff406de11216b6 [diff] [blame] |
Increment iterator on early-out too Bug: 6860046 Change-Id: I82f9e4062cb58d5479c9d8dc5f2f0770a1dcc605
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 693f241..840222c 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1162,6 +1162,7 @@ // guaranteed the FB is already cleared layer->clearWithOpenGL(hw, clip); } + ++cur; continue; } // render the layer