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

Unified Diff: cc/CCRenderPassTest.cpp

Issue 10984053: cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCRenderPassDrawQuad.cpp ('k') | cc/CCRenderer.h » ('j') | cc/math/clamp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderPassTest.cpp
diff --git a/cc/CCRenderPassTest.cpp b/cc/CCRenderPassTest.cpp
index 0d5bad433ff93e8d61f5c004a8c26d51b7dfdde0..e7f3428ef71e02505b6df962334c6ea30baa97d4 100644
--- a/cc/CCRenderPassTest.cpp
+++ b/cc/CCRenderPassTest.cpp
@@ -16,7 +16,14 @@ using WebKit::WebFilterOperation;
using WebKit::WebFilterOperations;
using WebKit::WebTransformationMatrix;
-using namespace cc;
+using ccmath::IntRect;
+using ccmath::FloatRect;
+
+using cc::CCCheckerboardDrawQuad;
+using cc::CCQuadList;
+using cc::CCRenderPass;
+using cc::CCSharedQuadState;
+using cc::CCSharedQuadStateList;
namespace {
« no previous file with comments | « cc/CCRenderPassDrawQuad.cpp ('k') | cc/CCRenderer.h » ('j') | cc/math/clamp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698