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

Unified Diff: webkit/support/web_layer_tree_view_impl_for_testing.h

Issue 17114008: cc: Remove cc::Thread and cc::ThreadImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-thread: NULLrefptrs Created 7 years, 6 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/support/web_layer_tree_view_impl_for_testing.h
diff --git a/webkit/support/web_layer_tree_view_impl_for_testing.h b/webkit/support/web_layer_tree_view_impl_for_testing.h
index 71d6a127733f7132e445deb60fa47a86affe4714..bd23037d994a9740423a0de49ce953bff3481236 100644
--- a/webkit/support/web_layer_tree_view_impl_for_testing.h
+++ b/webkit/support/web_layer_tree_view_impl_for_testing.h
@@ -12,7 +12,6 @@
namespace cc {
class LayerTreeHost;
-class Thread;
}
namespace WebKit { class WebLayer; }
@@ -27,7 +26,7 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
webkit_support::DRTLayerTreeViewClient* client);
virtual ~WebLayerTreeViewImplForTesting();
- bool Initialize(scoped_ptr<cc::Thread> compositor_thread);
+ bool Initialize();
// WebKit::WebLayerTreeView implementation.
virtual void setSurfaceReady();
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | webkit/support/web_layer_tree_view_impl_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698