summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index 7606e10a6..99d4a1a63 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -366,6 +366,9 @@ private:
366 // Called on the main thread in response to setActiveColorMode() 366 // Called on the main thread in response to setActiveColorMode()
367 void setActiveColorModeInternal(const sp<DisplayDevice>& hw, android_color_mode_t colorMode); 367 void setActiveColorModeInternal(const sp<DisplayDevice>& hw, android_color_mode_t colorMode);
368 368
369 // Called on the main thread in response to enableVSyncInjections()
370 void enableVSyncInjectionsInternal(bool enable);
371
369 // Returns whether the transaction actually modified any state 372 // Returns whether the transaction actually modified any state
370 bool handleMessageTransaction(); 373 bool handleMessageTransaction();
371 374