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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 10916307: Add the ubercomp DelegatedRendererLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use OwnPtrVector Created 8 years, 3 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: webkit/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index a2530ccc886353bb7c6d58c5cf3570888e592011..f53232683cdd60ca8932371993ff726aa21e5f69 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -27,6 +27,7 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebLayer* createLayer();
virtual WebKit::WebContentLayer* createContentLayer(
WebKit::WebContentLayerClient* client);
+ virtual WebKit::WebDelegatedRendererLayer* createDelegatedRendererLayer();
virtual WebKit::WebExternalTextureLayer*
createExternalTextureLayer(WebKit::WebExternalTextureLayerClient* client);
virtual WebKit::WebIOSurfaceLayer*
« no previous file with comments | « webkit/compositor_bindings/compositor_bindings.gyp ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698