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

Unified Diff: cc/test/fake_web_graphics_context_3d_unittest.cc

Issue 11450019: Finish the rename from cc::GraphicsContext to cc::OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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: cc/test/fake_web_graphics_context_3d_unittest.cc
diff --git a/cc/test/fake_graphics_context_3d_unittest.cc b/cc/test/fake_web_graphics_context_3d_unittest.cc
similarity index 93%
copy from cc/test/fake_graphics_context_3d_unittest.cc
copy to cc/test/fake_web_graphics_context_3d_unittest.cc
index bea0bdf8cf25daaaaf4645806ba84fa85225b278..ade749fed056fa00930e5a948a8aabb30030500c 100644
--- a/cc/test/fake_graphics_context_3d_unittest.cc
+++ b/cc/test/fake_web_graphics_context_3d_unittest.cc
@@ -23,7 +23,7 @@ private:
};
-TEST(FakeGraphicsContext3DTest, ContextCreationShouldNotMakeCurrent)
+TEST(FakeWebGraphicsContext3DTest, CreationShouldNotMakeCurrent)
{
scoped_ptr<ContextThatCountsMakeCurrents> context(new ContextThatCountsMakeCurrents);
EXPECT_TRUE(context.get());
« cc/layer_tree_host.cc ('K') | « cc/test/fake_proxy.cc ('k') | cc/texture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698