Index: cc/shared_quad_state.cc |
diff --git a/cc/shared_quad_state.cc b/cc/shared_quad_state.cc |
index 24e9fdf91bef83f4cc4dd48223370de8baf6f2f6..001f594223c6121ff04bc3f8e8f04050e1d68d38 100644 |
--- a/cc/shared_quad_state.cc |
+++ b/cc/shared_quad_state.cc |
@@ -19,7 +19,7 @@ scoped_ptr<SharedQuadState> SharedQuadState::Copy() const { |
} |
void SharedQuadState::SetAll( |
- const WebKit::WebTransformationMatrix& content_to_target_transform, |
+ const gfx::Transform& content_to_target_transform, |
const gfx::Rect& visible_content_rect, |
const gfx::Rect& clipped_rect_in_target, |
const gfx::Rect& clip_rect, |