| Index: public/platform/WebLayerTreeView.h
|
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
|
| index abb60f3ca3f76f58a242055275fb65de83cfd4d4..7c5e0641b25d7837e0a0f06553a50d38f2a910e0 100644
|
| --- a/public/platform/WebLayerTreeView.h
|
| +++ b/public/platform/WebLayerTreeView.h
|
| @@ -93,6 +93,9 @@ public:
|
|
|
| virtual void heuristicsForGpuRasterizationUpdated(bool) { }
|
|
|
| + // Sets the offset from the top of the screen that the contents are displaced by due to top controls showing.
|
| + virtual void setTopControlsContentOffset(float) { }
|
| +
|
|
|
| // Flow control and scheduling ---------------------------------------
|
|
|
|
|