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

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

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_proxy.h
diff --git a/content/renderer/input/input_handler_proxy.h b/content/renderer/input/input_handler_proxy.h
index fd99af6f0256a7bb0543337aa61ad46e5886baa8..f0efcf2472b0adadd3376e55c348df2ed04861b6 100644
--- a/content/renderer/input/input_handler_proxy.h
+++ b/content/renderer/input/input_handler_proxy.h
@@ -62,6 +62,9 @@ class CONTENT_EXPORT InputHandlerProxy
}
private:
+ // Helper function for creating the right kind of animation curve.
+ blink::WebGestureCurve* CreateAnimationCurve(
+ const blink::WebGestureEvent& gesture_event);
// Helper functions for handling more complicated input events.
EventDisposition HandleMouseWheel(
const blink::WebMouseWheelEvent& event);

Powered by Google App Engine
This is Rietveld 408576698