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

Unified Diff: Source/web/WebViewImpl.h

Issue 1055683003: (NOT FOR REVIEW) Distinguish between touch and touchmove handler presence (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix loading Created 5 years, 3 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index e84a00a818a6744171be1668b1eca9f8c0098772..3092e9f9757eed455b8197aebd2caf74c4e8bf22 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -351,6 +351,7 @@ public:
bool startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds);
void hasTouchEventHandlers(bool);
+ void hasTouchMoveEventHandlers(bool);
// WebGestureCurveTarget implementation for fling.
bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) override;

Powered by Google App Engine
This is Rietveld 408576698