Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: sky/engine/public/platform/WebLayer.h

Issue 762993003: Remove GraphicsLayer family of classes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698