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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forlanding6 Created 8 years 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 2a111b3c5103948ee318b624776996ca41a35607..375792853cc6737dd39b02bea4c46a84429e9888 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -13,6 +13,11 @@ namespace base {
class MessageLoopProxy;
}
+namespace WebKit {
+class WebCompositorOutputSurface;
+class WebGraphicsContext3D;
+}
+
namespace webkit {
class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
@@ -26,6 +31,9 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebLayerTreeView* createLayerTreeView(
WebKit::WebLayerTreeViewClient* client, const WebKit::WebLayer& root,
const WebKit::WebLayerTreeView::Settings& settings);
+ virtual WebKit::WebCompositorOutputSurface* createOutputSurfaceFor3D(
+ WebKit::WebGraphicsContext3D* context);
+ virtual WebKit::WebCompositorOutputSurface* createOutputSurfaceForSoftware();
virtual WebKit::WebLayer* createLayer();
virtual WebKit::WebContentLayer* createContentLayer(
WebKit::WebContentLayerClient* client);

Powered by Google App Engine
This is Rietveld 408576698