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

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

Issue 2854683002: Send a GSB to main thread before switching to it in the middle of scrolling. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | content/renderer/input/input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b32410d881415421d29cb16ee58aa811c44d5af1..7254c685027c2df4aa06ade5ef6942011c567fdd 100644
--- a/content/renderer/input/input_handler_wrapper.h
+++ b/content/renderer/input/input_handler_wrapper.h
@@ -55,6 +55,8 @@ class InputHandlerWrapper : public ui::InputHandlerProxyClient {
const gfx::PointF& causal_event_viewport_point) override;
void DidStopFlinging() override;
void DidAnimateForInput() override;
+ void GenerateScrollBeginAndSendToMainThread(
+ const blink::WebGestureEvent& update_event) override;
private:
InputHandlerManager* input_handler_manager_;
« no previous file with comments | « no previous file | content/renderer/input/input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698