| Index: public/platform/WebLayerTreeView.h
|
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
|
| index dda071fee73a174eb512a4f1f6ac66e286bde575..afd0c8b41bb26d0aa3361d88533ec544d07b1b13 100644
|
| --- a/public/platform/WebLayerTreeView.h
|
| +++ b/public/platform/WebLayerTreeView.h
|
| @@ -98,9 +98,6 @@ public:
|
| // Indicates that an animation needs to be updated.
|
| virtual void setNeedsAnimate() = 0;
|
|
|
| - // Indicates that the view needs to be redrawn. This is typically used when the frontbuffer is damaged.
|
| - virtual void setNeedsRedraw() = 0;
|
| -
|
| // Indicates whether a commit is pending.
|
| virtual bool commitRequested() const = 0;
|
|
|
|
|