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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h

Issue 12377029: Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTesting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5adc67018a71ddc8b27f154d4c4552cd98204555..894d5dba0e0218488687773e8dee5e86a9dbb20c 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
@@ -18,8 +18,6 @@ class Thread;
namespace WebKit {
class WebLayer;
-class WebLayerTreeViewClient;
-class WebLayerTreeViewClientAdapter;
class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
public cc::LayerTreeHostClient {
@@ -32,9 +30,6 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebLayerTreeViewImplForTesting(
RenderingType type,
webkit_support::DRTLayerTreeViewClient* client);
- WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebLayerTreeViewImplForTesting(
- RenderingType type,
- WebKit::WebLayerTreeViewClient* client);
virtual ~WebLayerTreeViewImplForTesting();
WEBKIT_COMPOSITOR_BINDINGS_EXPORT bool initialize(
@@ -93,8 +88,7 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
private:
RenderingType type_;
- webkit_support::DRTLayerTreeViewClient* drt_client_;
- WebKit::WebLayerTreeViewClient* client_;
+ webkit_support::DRTLayerTreeViewClient* client_;
scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
class MainThreadContextProvider;

Powered by Google App Engine
This is Rietveld 408576698