| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 9abced664c834e2ddcef545bdb457f60087c77e3..a5b618e28f3771fd3c03b8183c18cc2ca2621655 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -241,10 +241,9 @@ 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(
|
| const WebSize& minSize,
|
| const WebSize& maxSize);
|
| @@ -445,7 +444,8 @@ public:
|
| return m_maxAutoSize;
|
| }
|
|
|
| - void updatePageDefinedPageScaleConstraints(const WebCore::ViewportArguments&);
|
| + void updateMainFrameLayoutSize();
|
| + void updatePageDefinedViewportConstraints(const WebCore::ViewportArguments&);
|
|
|
| // Start a system drag and drop operation.
|
| void startDragging(
|
|
|