| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6de38fb7c841f6c022456acfe725efc220012c78..dde08bca1a72325bb98bd11947268b83f884956e 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -238,8 +238,6 @@ public:
|
|
|
| virtual float deviceScaleFactor() const;
|
| virtual void setDeviceScaleFactor(float);
|
| - virtual bool isFixedLayoutModeEnabled() const;
|
| - virtual void enableFixedLayoutMode(bool enable);
|
| virtual WebSize fixedLayoutSize() const;
|
| virtual void setFixedLayoutSize(const WebSize&);
|
| virtual void enableAutoResizeMode(
|
| @@ -582,6 +580,8 @@ private:
|
| DragOver
|
| };
|
|
|
| + bool useDesktopStyleLayoutResizing();
|
| +
|
| WebViewImpl(WebViewClient*);
|
| virtual ~WebViewImpl();
|
|
|
|
|