commit | 55801e41e6d7306d75d8134dd69d7d8cbbfbc63c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Aug 27 18:54:24 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Aug 27 18:54:24 2012 -0700 |
tree | 98cd25f04c5ed236e60a4a1070b381e7c85eef1c | |
parent | 525705c88f91e46099970491282944d4ef0041d4 [diff] [blame] |
we were not always clearing the screen properly Change-Id: I269dd866e965aebd9b3c4667095818202982f4a3
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index f0af3d6..50fef00 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -367,7 +367,8 @@ const Region& dirty); void postFramebuffer(); - void drawWormhole(const Region& region) const; + void drawWormhole(const sp<const DisplayDevice>& hw, + const Region& region) const; GLuint getProtectedTexName() const { return mProtectedTexName; }