Index: cc/test/pixel_test.h |
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h |
index 0835cdca94b5d55443fbc87d6e02fbd561f27e27..b6e024223b01af5d3c6bad98468a965de39d040b 100644 |
--- a/cc/test/pixel_test.h |
+++ b/cc/test/pixel_test.h |
@@ -61,7 +61,7 @@ class PixelTest : public testing::Test, RendererClient { |
void ForceExpandedViewport(gfx::Size surface_expansion); |
void ForceViewportOffset(gfx::Vector2d viewport_offset); |
- void ForceDeviceClip(gfx::Rect clip); |
+ void ForceDeviceClip(const gfx::Rect& clip); |
void EnableExternalStencilTest(); |
// RendererClient implementation. |