Index: cc/output/direct_renderer.h |
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h |
index 7c37551f299ba20dc00359c8788660672df2c9f7..0c8be076b9825781ca316bfef4a8bd3ecafb3dce 100644 |
--- a/cc/output/direct_renderer.h |
+++ b/cc/output/direct_renderer.h |
@@ -79,10 +79,11 @@ class CC_EXPORT DirectRenderer : public Renderer { |
const gfx::Transform& quad_transform, |
const gfx::RectF& quad_rect); |
static void InitializeMatrices(DrawingFrame* frame, |
+ gfx::Vector2d offset, |
gfx::Rect draw_rect, |
bool flip_y); |
- static gfx::Rect MoveScissorToWindowSpace(const DrawingFrame* frame, |
- const gfx::RectF& scissor_rect); |
+ gfx::Rect MoveScissorToWindowSpace(const DrawingFrame* frame, |
+ const gfx::RectF& scissor_rect); |
static gfx::RectF ComputeScissorRectForRenderPass(const DrawingFrame* frame); |
void SetScissorStateForQuad(const DrawingFrame* frame, const DrawQuad& quad); |
void SetScissorStateForQuadWithRenderPassScissor( |