| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index 19e128c17a1b67630898daa304a1f389d136dd32..cb0d850e095b9b8e14d3f36072a302e4cfbb51a1 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -79,6 +79,9 @@ class WebLayerTreeView {
|
| // until it becomes visible.
|
| virtual void SetVisible(bool) {}
|
|
|
| + // Sets whether this view is in fullscreen mode.
|
| + virtual void SetIsFullscreen(bool) {}
|
| +
|
| // Sets the current page scale factor and minimum / maximum limits. Both
|
| // limits are initially 1 (no page scale allowed).
|
| virtual void SetPageScaleFactorAndLimits(float page_scale_factor,
|
|
|