summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-08-15 16:14:33 -0700
committerMathias Agopian <mathias@google.com>2012-08-15 16:14:33 -0700
commit13233e067b8f71adc3a0ade5f442265e1f27084b (patch)
tree65604b20e2555cfa7b427d75f6f26e317b930b19 /services
parent3559b07a885bcdff51a6dffb8e3a5ac5adf3a220 (diff)
downloadframeworks_native-13233e067b8f71adc3a0ade5f442265e1f27084b.zip
frameworks_native-13233e067b8f71adc3a0ade5f442265e1f27084b.tar.gz
frameworks_native-13233e067b8f71adc3a0ade5f442265e1f27084b.tar.bz2
oopsie, missed a spot when fixing b/6970310
Change-Id: Ia320fddc7cc4b0666a4fee678af710ecf5f83ff5
Diffstat (limited to 'services')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index 2b9ae06..9178dfc 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1715,7 +1715,7 @@ status_t SurfaceFlinger::onLayerRemoved(const sp<Client>& client, SurfaceID sid)
if (layer != 0) {
err = purgatorizeLayer_l(layer);
if (err == NO_ERROR) {
- setTransactionFlags(eDisplayTransactionNeeded);
+ setTransactionFlags(eTransactionNeeded);
}
}
return err;