| Index: cc/test/mock_quad_culler.cc
|
| diff --git a/cc/test/mock_quad_culler.cc b/cc/test/mock_quad_culler.cc
|
| index b2d760c499cbab8f39aac3aa2f0d42ef22cd93ec..9afb7bc582fe4e03fde171e7825d8df9e6a454c3 100644
|
| --- a/cc/test/mock_quad_culler.cc
|
| +++ b/cc/test/mock_quad_culler.cc
|
| @@ -24,7 +24,7 @@ MockQuadCuller::~MockQuadCuller()
|
|
|
| bool MockQuadCuller::append(scoped_ptr<DrawQuad> drawQuad, AppendQuadsData&)
|
| {
|
| - if (!drawQuad->rect().IsEmpty()) {
|
| + if (!drawQuad->rect.IsEmpty()) {
|
| m_activeQuadList.append(drawQuad.Pass());
|
| return true;
|
| }
|
|
|