Index: third_party/WebKit/public/platform/WebLayer.h |
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h |
index 1e1f1ed4f907ff107ab33a4a3dcfd1f638303095..b0ebba54b2e20b0464e271333bc8e657f82a36ee 100644 |
--- a/third_party/WebKit/public/platform/WebLayer.h |
+++ b/third_party/WebKit/public/platform/WebLayer.h |
@@ -42,14 +42,10 @@ |
class SkMatrix44; |
class SkImageFilter; |
-namespace cc { |
-class Layer; |
-class LayerClient; |
-} |
- |
namespace blink { |
class WebCompositorAnimationDelegate; |
class WebFilterOperations; |
+class WebLayerClient; |
class WebLayerScrollClient; |
struct WebFloatPoint; |
struct WebLayerPositionConstraint; |
@@ -242,11 +238,7 @@ |
// True if the layer is not part of a tree attached to a WebLayerTreeView. |
virtual bool isOrphan() const = 0; |
- // Sets the cc-side layer client. |
- virtual void setLayerClient(cc::LayerClient*) = 0; |
- |
- // Gets the underlying cc layer. |
- virtual const cc::Layer* ccLayer() const = 0; |
+ virtual void setWebLayerClient(WebLayerClient*) = 0; |
}; |
} // namespace blink |