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

Unified Diff: Source/web/WebViewImpl.h

Issue 889803004: Add touchpad pinch zoom support to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update tests 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 747446549bab51b1d4336607941acf1e19488385..4320cd71734192bdab38047bf8d79139c402f0d4 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -287,6 +287,7 @@ public:
float defaultMaximumPageScaleFactor() const;
float minimumPageScaleFactor() const;
float maximumPageScaleFactor() const;
+ float clampPageScaleFactorToLimits(float) const;
HitTestResult coreHitTestResultAt(const WebPoint&);
void suppressInvalidations(bool enable);
@@ -537,7 +538,6 @@ private:
void refreshPageScaleFactorAfterLayout();
void resumeTreeViewCommits();
void setUserAgentPageScaleConstraints(PageScaleConstraints newConstraints);
- float clampPageScaleFactorToLimits(float) const;
IntSize contentsSize() const;
void updateMainFrameScrollPosition(const DoublePoint& scrollPosition, bool programmaticScroll);

Powered by Google App Engine
This is Rietveld 408576698