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

Unified Diff: cc/texture_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 | « cc/test/web_compositor_initializer.h ('k') | cc/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_layer_unittest.cc
diff --git a/cc/texture_layer_unittest.cc b/cc/texture_layer_unittest.cc
index ad44d21b374c55c18178cd06a8ab870a6af719eb..67ba102cd5bb17cdaeba3bae86cd3e58bddeb666 100644
--- a/cc/texture_layer_unittest.cc
+++ b/cc/texture_layer_unittest.cc
@@ -10,7 +10,6 @@
#include "cc/single_thread_proxy.h"
#include "cc/texture_layer_impl.h"
#include "cc/test/fake_layer_tree_host_client.h"
-#include "cc/test/web_compositor_initializer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -41,7 +40,6 @@ private:
class TextureLayerTest : public testing::Test {
public:
TextureLayerTest()
- : m_compositorInitializer(0)
{
}
@@ -63,7 +61,6 @@ protected:
scoped_ptr<MockLayerImplTreeHost> m_layerTreeHost;
private:
- WebKitTests::WebCompositorInitializer m_compositorInitializer;
};
TEST_F(TextureLayerTest, syncImplWhenChangingTextureId)
« no previous file with comments | « cc/test/web_compositor_initializer.h ('k') | cc/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698