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 ----------------------------------------------------------- |