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

Unified Diff: cc/input/input_handler.h

Issue 2429953002: Implement compositor thread VSync aligned event queue (Closed)
Patch Set: dtapuska&enne's review: Call |Now()| once per loop; Chromium style; Remove parameterized test Created 4 years, 1 month 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
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index 9b96db789d1d03c4a5fc6fc655288ffb3ad0f0d1..fcc24e6b2f20a38823ef58e8b1aeaa92025c56ec 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -63,6 +63,7 @@ class CC_EXPORT InputHandlerClient {
float page_scale_factor,
float min_page_scale_factor,
float max_page_scale_factor) = 0;
+ virtual void DeliverInputForBeginFrame() = 0;
protected:
InputHandlerClient() {}
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698