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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.cpp

Issue 2718313002: Removed FrameHost::pageScaleConstraintsSet() (Closed)
Patch Set: Rebase Created 3 years, 9 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/core/frame/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index c8393af9e00a5cc04cbeac6c1484c57163844ace..2c4f86be143870e4b961fc8bbd615f93c980e028 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -95,14 +95,6 @@ const VisualViewport& FrameHost::visualViewport() const {
return *m_visualViewport;
}
-PageScaleConstraintsSet& FrameHost::pageScaleConstraintsSet() {
- return page().pageScaleConstraintsSet();
-}
-
-const PageScaleConstraintsSet& FrameHost::pageScaleConstraintsSet() const {
- return page().pageScaleConstraintsSet();
-}
-
EventHandlerRegistry& FrameHost::eventHandlerRegistry() {
return *m_eventHandlerRegistry;
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/frame/VisualViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698