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

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: add one more test Created 7 years, 3 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/tests/data/200-by-300.html ('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 36d38ca82043f99fdec97f4104647242c84da7ae..f52e4e2f88029d1c4fc974e753d7b49eed49e7ab 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -314,6 +314,7 @@ public:
virtual WebSize fixedLayoutSize() const = 0;
virtual void setFixedLayoutSize(const WebSize&) = 0;
+ virtual void setFixedLayoutSizeLock(bool) = 0;
aelias_OOO_until_Jul13 2013/09/06 23:11:18 I looked at this more carefully and you don't need
mkosiba (inactive) 2013/09/10 09:11:31 ah, cool! Thanks for looking. I keep forgetting th
// Auto-Resize -----------------------------------------------------------
« Source/web/WebViewImpl.cpp ('K') | « Source/web/tests/data/200-by-300.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698