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

Unified Diff: cc/CCCheckerboardDrawQuad.h

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 | « no previous file | cc/CCCheckerboardDrawQuad.cpp » ('j') | cc/math/clamp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCCheckerboardDrawQuad.h
diff --git a/cc/CCCheckerboardDrawQuad.h b/cc/CCCheckerboardDrawQuad.h
index f8bc01fa4a6d07defe73815042fc6077c9cbc8cb..5a8187f8bf23dad7f631a1cfc6ccc03fefe940e8 100644
--- a/cc/CCCheckerboardDrawQuad.h
+++ b/cc/CCCheckerboardDrawQuad.h
@@ -14,11 +14,11 @@ namespace cc {
class CCCheckerboardDrawQuad : public CCDrawQuad {
public:
- static PassOwnPtr<CCCheckerboardDrawQuad> create(const CCSharedQuadState*, const IntRect&);
+ static PassOwnPtr<CCCheckerboardDrawQuad> create(const CCSharedQuadState*, const ccmath::IntRect&);
static const CCCheckerboardDrawQuad* materialCast(const CCDrawQuad*);
private:
- CCCheckerboardDrawQuad(const CCSharedQuadState*, const IntRect&);
+ CCCheckerboardDrawQuad(const CCSharedQuadState*, const ccmath::IntRect&);
};
#pragma pack(pop)
« no previous file with comments | « no previous file | cc/CCCheckerboardDrawQuad.cpp » ('j') | cc/math/clamp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698