| Index: sky/engine/public/platform/WebLayerTreeView.h
|
| diff --git a/sky/engine/public/platform/WebLayerTreeView.h b/sky/engine/public/platform/WebLayerTreeView.h
|
| index 790c30f4ba913c4483520a118c56d1ad95af8b0c..b23d316aaad68db0b11f6db68f054dd811fb6963 100644
|
| --- a/sky/engine/public/platform/WebLayerTreeView.h
|
| +++ b/sky/engine/public/platform/WebLayerTreeView.h
|
| @@ -126,9 +126,6 @@ public:
|
| // Toggles the debug borders on layers
|
| virtual void setShowDebugBorders(bool) { }
|
|
|
| - // Toggles continuous painting
|
| - virtual void setContinuousPaintingEnabled(bool) { }
|
| -
|
| // Toggles scroll bottleneck rects on the HUD layer
|
| virtual void setShowScrollBottleneckRects(bool) { }
|
| };
|
|
|