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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 163933002: Send early ShowPress on TapDown when page isn't scrollable/pinchable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 587fb8a4507bcb586eefe5c9becf92ff60b5998d..2c7d34be831ff7b85fe40595dc2305d59d3f8f06 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -189,6 +189,9 @@ public:
virtual void didCancelCompositionOnSelectionChange() OVERRIDE;
virtual void willSetInputMethodState() OVERRIDE;
+ virtual float minimumPageScaleFactor() const OVERRIDE;
+ virtual float maximumPageScaleFactor() const OVERRIDE;
+
private:
virtual bool isChromeClientImpl() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698