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

Unified Diff: Source/web/WebInputEventConversion.h

Issue 893683003: Implement top controls show/hide functionality for main thread scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix hiding at the page bottom issue Created 5 years, 10 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: Source/web/WebInputEventConversion.h
diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h
index 4537f2c29b3f922e2701324db1496b2744cb239c..efbb066857935e7ff775f246464f6f0df10c13b7 100644
--- a/Source/web/WebInputEventConversion.h
+++ b/Source/web/WebInputEventConversion.h
@@ -69,6 +69,7 @@ public:
class PlatformGestureEventBuilder : public PlatformGestureEvent {
public:
PlatformGestureEventBuilder(Widget*, const WebGestureEvent&);
+ PlatformGestureEventBuilder(Widget*, const WebGestureEvent&, float deltaX, float deltaY);
aelias_OOO_until_Jul13 2015/02/13 02:03:17 Please delete this (no longer natural after changi
majidvp 2015/02/18 21:03:57 Done.
};
class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent {

Powered by Google App Engine
This is Rietveld 408576698