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

Unified Diff: Source/web/ChromeClientImpl.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/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index a1439be955396edfeec35c9dcc2548f005dc7a6b..4ebea9b1c84658c8621650dd9749c58aae762594 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -116,6 +116,7 @@ public:
virtual WebScreenInfo screenInfo() const override;
virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override;
virtual void pageScaleFactorChanged() const override;
+ virtual float clampPageScaleFactorToLimits(float scale) const override;
virtual void layoutUpdated(LocalFrame*) const override;
virtual void mouseDidMoveOverElement(const HitTestResult&) override;
virtual void setToolTip(const WTF::String& tooltipText, TextDirection) override;

Powered by Google App Engine
This is Rietveld 408576698