Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 3f3f1e1970734ed6be6c883bde4e14335ef38f13..fc54eedac9a4d6de44746de5ce223203b01fd36c 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -240,10 +240,13 @@ public: |
virtual float deviceScaleFactor() const; |
virtual void setDeviceScaleFactor(float); |
- virtual bool isFixedLayoutModeEnabled() const; |
+ |
+ virtual void setLayoutSize(const WebSize&); |
+ |
+ // TODO: Remove once Chrome-side changes land |
virtual void enableFixedLayoutMode(bool enable); |
- virtual WebSize fixedLayoutSize() const; |
virtual void setFixedLayoutSize(const WebSize&); |
+ |
virtual void enableAutoResizeMode( |
const WebSize& minSize, |
const WebSize& maxSize); |