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

Unified Diff: public/web/WebView.h

Issue 23441020: Make it possibe to lock the fixedLayoutSize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index d494b527d40b5b2bc4531de60895a048deb1e3a8..ddb3b97e07e3a81b85d2bef264cbb67b68cbe531 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -308,6 +308,7 @@ public:
virtual WebSize fixedLayoutSize() const = 0;
virtual void setFixedLayoutSize(const WebSize&) = 0;
+ virtual void setForceFixedLayoutSizeToEqualSize(bool) = 0;
// Auto-Resize -----------------------------------------------------------
@@ -320,6 +321,7 @@ public:
// Turn off auto-resize.
virtual void disableAutoResizeMode() = 0;
+
// Media ---------------------------------------------------------------
// Performs the specified media player action on the node at the given location.
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698