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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index f69583417f58e42eee6118a023a9f96481548596..eeafe6641da9847d4cf3e71051a2df5869eb5bba 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -208,6 +208,7 @@ class WEB_EXPORT WebViewImpl final
void setInitialPageScaleOverride(float) override;
void setMaximumLegibleScale(float) override;
void setPageScaleFactor(float) override;
+ float clampPageScaleFactorToLimits(float) const override;
void setVisualViewportOffset(const WebFloatPoint&) override;
WebFloatPoint visualViewportOffset() const override;
WebFloatSize visualViewportSize() const override;
@@ -285,7 +286,6 @@ class WEB_EXPORT WebViewImpl final
float defaultMaximumPageScaleFactor() const;
float minimumPageScaleFactor() const;
float maximumPageScaleFactor() const;
- float clampPageScaleFactorToLimits(float) const;
void resetScaleStateImmediately();
HitTestResult coreHitTestResultAt(const WebPoint&);

Powered by Google App Engine
This is Rietveld 408576698