| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index 2af78f3047418b99e8e010a2cd72783a7c7f11ac..d98ef9c6141e007815b35a6f16d98b13c9688e2e 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -293,9 +293,6 @@ public:
|
| // In fixed layout mode, the layout of the page is independent of the
|
| // view port size, given by WebWidget::size().
|
|
|
| - virtual bool isFixedLayoutModeEnabled() const = 0;
|
| - virtual void enableFixedLayoutMode(bool enable) = 0;
|
| -
|
| virtual WebSize fixedLayoutSize() const = 0;
|
| virtual void setFixedLayoutSize(const WebSize&) = 0;
|
|
|
|
|