| Index: sky/engine/public/platform/WebLayer.h
|
| diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
|
| index 3f4a0f211aead43cfef394d1dcb49eedfbc32f62..4434a169fb95b72252d807b1d17a14de1407b878 100644
|
| --- a/sky/engine/public/platform/WebLayer.h
|
| +++ b/sky/engine/public/platform/WebLayer.h
|
| @@ -43,7 +43,6 @@ class SkImageFilter;
|
| namespace blink {
|
| class WebCompositorAnimationDelegate;
|
| class WebFilterOperations;
|
| -class WebLayerClient;
|
| class WebLayerScrollClient;
|
| struct WebFloatPoint;
|
| struct WebFloatRect;
|
| @@ -177,8 +176,6 @@ public:
|
|
|
| // True if the layer is not part of a tree attached to a WebLayerTreeView.
|
| virtual bool isOrphan() const = 0;
|
| -
|
| - virtual void setWebLayerClient(WebLayerClient*) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|