| Index: cc/CCRenderPassTest.cpp
|
| ===================================================================
|
| --- cc/CCRenderPassTest.cpp (revision 158168)
|
| +++ cc/CCRenderPassTest.cpp (working copy)
|
| @@ -66,7 +66,7 @@
|
| // Stick a quad in the pass, this should not get copied.
|
| CCTestRenderPass* testPass = static_cast<CCTestRenderPass*>(pass.get());
|
| testPass->sharedQuadStateList().append(CCSharedQuadState::create(WebTransformationMatrix(), IntRect(), IntRect(), 1, false));
|
| - testPass->quadList().append(CCCheckerboardDrawQuad::create(testPass->sharedQuadStateList().last(), IntRect(), SkColor()));
|
| + testPass->quadList().append(CCCheckerboardDrawQuad::create(testPass->sharedQuadStateList().last(), IntRect()));
|
|
|
| CCRenderPass::Id newId(63, 4);
|
|
|
|
|