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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 12211110: Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add enum, fix NON_EXPORTED_BASE 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_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 d964613b2c70142c3a14e800d77ef775e52c250d..1765b0fce10d133b7eb2dd673b7fd22d4cfb7eb7 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -29,9 +29,6 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual void initialize(WebKit::WebThread* implThread);
virtual bool isThreadingEnabled();
virtual void shutdown();
- 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();
@@ -62,6 +59,9 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebTransformOperations*
createTransformOperations();
+ virtual WebKit::WebLayerTreeView* createLayerTreeView(
+ WebKit::WebLayerTreeViewClient* client, const WebKit::WebLayer& root,
+ const WebKit::WebLayerTreeView::Settings& settings);
private:
scoped_refptr<base::MessageLoopProxy> impl_thread_message_loop_proxy_;
bool initialized_;
« 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