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

Unified Diff: cc/test/render_pass_test_utils.h

Issue 11474050: cc: Unify namespaces for all test files (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
« no previous file with comments | « cc/test/render_pass_test_common.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.h
diff --git a/cc/test/render_pass_test_utils.h b/cc/test/render_pass_test_utils.h
index c06fbd66eebe01376117b4f73b8f7aa2c8242036..140e029439e345c8de028d6cb7b07eccdd23bac2 100644
--- a/cc/test/render_pass_test_utils.h
+++ b/cc/test/render_pass_test_utils.h
@@ -14,30 +14,27 @@ class Rect;
class Transform;
}
-namespace WebKitTests {
-class TestRenderPass;
-}
-
namespace cc {
class SolidColorDrawQuad;
+class TestRenderPass;
// Adds a new render pass with the provided properties to the given
// render pass list.
-WebKitTests::TestRenderPass* addRenderPass(
+TestRenderPass* addRenderPass(
ScopedPtrVector<RenderPass>& passList,
RenderPass::Id id,
const gfx::Rect& outputRect,
const gfx::Transform& rootTransform);
// Adds a solid quad to a given render pass.
-SolidColorDrawQuad* addQuad(WebKitTests::TestRenderPass* pass,
+SolidColorDrawQuad* addQuad(TestRenderPass* pass,
const gfx::Rect& rect,
SkColor color);
// Adds a render pass quad to an existing render pass.
-void addRenderPassQuad(WebKitTests::TestRenderPass* toPass,
- WebKitTests::TestRenderPass* contributingPass);
+void addRenderPassQuad(TestRenderPass* toPass,
+ TestRenderPass* contributingPass);
} // namespace cc
« no previous file with comments | « cc/test/render_pass_test_common.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698