| Index: sky/engine/public/platform/WebLayer.h
|
| diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
|
| index 4434a169fb95b72252d807b1d17a14de1407b878..2f2200f74153bce49b560cf8e6883dcf1171d9ed 100644
|
| --- a/sky/engine/public/platform/WebLayer.h
|
| +++ b/sky/engine/public/platform/WebLayer.h
|
| @@ -55,9 +55,6 @@ public:
|
| // Returns a positive ID that will be unique across all WebLayers allocated in this process.
|
| virtual int id() const = 0;
|
|
|
| - // Sets a region of the layer as invalid, i.e. needs to update its content.
|
| - virtual void invalidateRect(const WebFloatRect&) = 0;
|
| -
|
| // Sets the entire layer as invalid, i.e. needs to update its content.
|
| virtual void invalidate() = 0;
|
|
|
|
|