Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3383)

Unified Diff: cc/surfaces/onscreen_display_client.h

Issue 1177383005: cc: Add command line for frame production throttle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/surfaces/onscreen_display_client.h
diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
index ec147df80af37e56bcf74603ef3d78563a93b027..d24beb51e087b62498659cf763b536cef36d257c 100644
--- a/cc/surfaces/onscreen_display_client.h
+++ b/cc/surfaces/onscreen_display_client.h
@@ -60,7 +60,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
SurfaceDisplayOutputSurface* surface_display_output_surface_;
bool output_surface_lost_;
- bool disable_gpu_vsync_;
+ bool disable_display_vsync_;
DISALLOW_COPY_AND_ASSIGN(OnscreenDisplayClient);
};

Powered by Google App Engine
This is Rietveld 408576698