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

Unified Diff: webkit/compositor_bindings/web_layer_unittest.cc

Issue 11344004: Remove WebKit::Platform dependencies from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webkit_compositor_bindings_unittests Created 8 years, 2 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
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_layer_unittest.cc
diff --git a/webkit/compositor_bindings/web_layer_unittest.cc b/webkit/compositor_bindings/web_layer_unittest.cc
index 3eae029af08369a3523cd5dae00b737895966235..b432c508df4317cb61ee57748a7c80867c0c585c 100644
--- a/webkit/compositor_bindings/web_layer_unittest.cc
+++ b/webkit/compositor_bindings/web_layer_unittest.cc
@@ -6,7 +6,6 @@
#include <public/WebLayer.h>
#include "cc/test/compositor_fake_web_graphics_context_3d.h"
-#include "cc/test/web_compositor_initializer.h"
#include "web_layer_impl.h"
#include "web_layer_tree_view_test_common.h"
#include <public/WebContentLayer.h>
@@ -40,7 +39,6 @@ public:
class WebLayerTest : public Test {
public:
WebLayerTest()
- : m_compositorInitializer(0)
{
}
@@ -62,7 +60,6 @@ public:
}
protected:
- WebKitTests::WebCompositorInitializer m_compositorInitializer;
MockWebLayerTreeViewClient m_client;
scoped_ptr<WebLayer> m_rootLayer;
scoped_ptr<WebLayerTreeView> m_view;
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698