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

Unified Diff: cc/CCDelegatedRendererLayerImplTest.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
Index: cc/CCDelegatedRendererLayerImplTest.cpp
diff --git a/cc/CCDelegatedRendererLayerImplTest.cpp b/cc/CCDelegatedRendererLayerImplTest.cpp
index 71e1a0e21c10a88b710ef2194a0d0ee051209418..0d507dbe2707f3b3740c4fb82653cdb3f2694c6c 100644
--- a/cc/CCDelegatedRendererLayerImplTest.cpp
+++ b/cc/CCDelegatedRendererLayerImplTest.cpp
@@ -87,7 +87,7 @@ static void addRenderPassQuad(CCTestRenderPass* toPass, CCTestRenderPass* contri
{
MockCCQuadCuller quadSink(toPass->quadList(), toPass->sharedQuadStateList());
CCAppendQuadsData data(toPass->id());
- IntRect outputRect = contributingPass->outputRect();
+ ccmath::IntRect outputRect = contributingPass->outputRect();
CCSharedQuadState* sharedState = quadSink.useSharedQuadState(CCSharedQuadState::create(WebTransformationMatrix(), outputRect, outputRect, 1, false));
OwnPtr<CCRenderPassDrawQuad> quad(CCRenderPassDrawQuad::create(sharedState, outputRect, contributingPass->id(), false, 0, outputRect, 0, 0, 0, 0));
quadSink.append(quad.release(), data);
« no previous file with comments | « cc/CCDelegatedRendererLayerImpl.cpp ('k') | cc/CCDirectRenderer.h » ('j') | cc/math/clamp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698