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

Unified Diff: content/renderer/input/input_handler_wrapper.h

Issue 2166703003: Implement Main Thread RAF Aligned Input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_main_thread_queue
Patch Set: Clean prototype up Created 4 years, 4 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: content/renderer/input/input_handler_wrapper.h
diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
index 5a9248ed74e2b68d728996893fd5acac9c6832e9..4a3d98d862a105cafa306865f1ac1873f3a5a89b 100644
--- a/content/renderer/input/input_handler_wrapper.h
+++ b/content/renderer/input/input_handler_wrapper.h
@@ -36,6 +36,8 @@ class InputHandlerWrapper : public ui::InputHandlerProxyClient {
return &input_handler_proxy_;
}
+ void NeedsMainFrame();
+
// InputHandlerProxyClient implementation.
void WillShutdown() override;
void TransferActiveWheelFlingAnimation(

Powered by Google App Engine
This is Rietveld 408576698