| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index d494b527d40b5b2bc4531de60895a048deb1e3a8..ddb3b97e07e3a81b85d2bef264cbb67b68cbe531 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -308,6 +308,7 @@ public:
|
| virtual WebSize fixedLayoutSize() const = 0;
|
| virtual void setFixedLayoutSize(const WebSize&) = 0;
|
|
|
| + virtual void setForceFixedLayoutSizeToEqualSize(bool) = 0;
|
|
|
| // Auto-Resize -----------------------------------------------------------
|
|
|
| @@ -320,6 +321,7 @@ public:
|
| // Turn off auto-resize.
|
| virtual void disableAutoResizeMode() = 0;
|
|
|
| +
|
| // Media ---------------------------------------------------------------
|
|
|
| // Performs the specified media player action on the node at the given location.
|
|
|