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

Unified Diff: Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index acca8be818e18bfedeae2bb1f16eb8960f81ffc8..34204b01b993f4b79c5f48c57c264678293c07f8 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -267,6 +267,9 @@ public:
// Notifies the client a popup was closed.
virtual void popupClosed(PopupContainer* popupContainer) = 0;
+ virtual float minimumPageScaleFactor() const = 0;
Rick Byers 2014/02/14 21:27:53 did aelias@ suggest exposing both of these? I was
bokan 2014/02/18 19:59:57 I think these should instead be isPinchZoomable()
+ virtual float maximumPageScaleFactor() const = 0;
+
protected:
virtual ~ChromeClient() { }
};

Powered by Google App Engine
This is Rietveld 408576698