OSDN Git Service

fix a small bug that caused screenshot to show garbage in some cases
authorMathias Agopian <mathias@google.com>
Fri, 17 Dec 2010 02:46:17 +0000 (18:46 -0800)
committerMathias Agopian <mathias@google.com>
Fri, 17 Dec 2010 02:47:29 +0000 (18:47 -0800)
commitf653b897a449e10d6cbfb6e0812f7b0bb02d6482
treeb6514877dba7dfbff737216ae02e6ae2335a3585
parent13be124fad4e2da6d491dbe3a2c2921a59176ad2
fix a small bug that caused screenshot to show garbage in some cases

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

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