OSDN Git Service

fix a small bug that caused screenshot to show garbage in some cases (DO NOT MERGE)
authorMathias Agopian <mathias@google.com>
Fri, 17 Dec 2010 02:46:17 +0000 (18:46 -0800)
committerMathias Agopian <mathias@google.com>
Tue, 25 Jan 2011 22:18:58 +0000 (14:18 -0800)
commit8aa11d82f33be8089a53feb3ba3c40fd8a33ad95
treec29f00cc241a54b4f1eba03cdf23aab6982057a7
parent84c6f5a44c431a36a9e4395a7e23ab26480ba689
fix a small bug that caused screenshot to show garbage in some cases (DO NOT MERGE)

we were not clearing the screen entirely, which caused garbage when
the screen wasn't entirely covered by windows.

Change-Id: Ia7aa13c36a8a314e0e8427d419b16b9aa2165ddf
services/surfaceflinger/SurfaceFlinger.cpp