summaryrefslogtreecommitdiffstats
path: root/cc/output/direct_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/direct_renderer.h')
-rw-r--r--cc/output/direct_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index 08b75a1..4a447aa 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -74,7 +74,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
void InitializeViewport(DrawingFrame* frame,
const gfx::Rect& draw_rect,
const gfx::Rect& viewport_rect,
- const gfx::Size& surface_size);
+ gfx::Size surface_size);
gfx::Rect MoveFromDrawToWindowSpace(const gfx::RectF& draw_rect) const;
bool NeedDeviceClip(const DrawingFrame* frame) const;