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

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

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Rebase to master@{#429656}. Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e70acce795c07717358e508905c509a9ea19e6e2..6c663d85d43caf4d27afb59746c4fdf686499a96 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -207,6 +207,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;
@@ -284,7 +285,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&);
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698