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

Unified Diff: third_party/WebKit/public/platform/WebCompositorSupport.h

Issue 2261623002: Make DrawingBuffer and Canvas2DLayerBridge be cc::TextureLayerClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webmailbox: fix-passrefptr Created 4 years, 4 months 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: third_party/WebKit/public/platform/WebCompositorSupport.h
diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h
index 4b5146d1930c29dab4337012cd3bc5eef8aee3f0..f68c1721b4991bff42ae3ed502d576f3fbb93be9 100644
--- a/third_party/WebKit/public/platform/WebCompositorSupport.h
+++ b/third_party/WebKit/public/platform/WebCompositorSupport.h
@@ -34,6 +34,7 @@
namespace cc {
class Layer;
+class TextureLayerClient;
}
namespace blink {
@@ -41,7 +42,6 @@ namespace blink {
class WebContentLayer;
class WebContentLayerClient;
class WebExternalTextureLayer;
-class WebExternalTextureLayerClient;
class WebImageLayer;
class WebLayer;
class WebScrollbarLayer;
@@ -58,7 +58,7 @@ public:
virtual WebContentLayer* createContentLayer(WebContentLayerClient*) { return nullptr; }
- virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { return nullptr; }
+ virtual WebExternalTextureLayer* createExternalTextureLayer(cc::TextureLayerClient*) { return nullptr; }
virtual WebImageLayer* createImageLayer() { return nullptr; }
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/WebExternalTextureLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698