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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h

Issue 12217099: Implement the Platform::sharedOffscreenGraphicsContext3D method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop was_created Created 7 years, 10 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_layer_tree_view_impl_for_testing.h
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h
index 135dcbca0a3b5e5084860e9509330af30b6f0829..c66e1f1511762c5bfa4225a37d62f9e693eb614b 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h
@@ -15,6 +15,12 @@ class LayerTreeHost;
class Thread;
}
+namespace webkit {
+namespace gpu {
+class TestContextProviderFactory;
+}
+}
+
namespace WebKit {
class WebLayer;
class WebLayerTreeViewClient;
@@ -86,10 +92,7 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
WebKit::WebLayerTreeViewClient* client_;
scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
- class MainThreadContextProvider;
- scoped_refptr<MainThreadContextProvider> contexts_main_thread_;
- class CompositorThreadContextProvider;
- scoped_refptr<CompositorThreadContextProvider> contexts_compositor_thread_;
+ webkit::gpu::TestContextProviderFactory* context_provider_factory_;
};
} // namespace Web_kit

Powered by Google App Engine
This is Rietveld 408576698