| Index: cc/direct_renderer.h
|
| diff --git a/cc/direct_renderer.h b/cc/direct_renderer.h
|
| index 716f85824e846de7ec2f80fda86292b7653939b2..0207ca4d7cf56c21d26f5b161e316ac3b2be680b 100644
|
| --- a/cc/direct_renderer.h
|
| +++ b/cc/direct_renderer.h
|
| @@ -39,8 +39,8 @@ public:
|
|
|
| gfx::RectF rootDamageRect;
|
|
|
| - WebKit::WebTransformationMatrix projectionMatrix;
|
| - WebKit::WebTransformationMatrix windowMatrix;
|
| + gfx::Transform projectionMatrix;
|
| + gfx::Transform windowMatrix;
|
| bool flippedY;
|
| gfx::RectF scissorRectInRenderPassSpace;
|
| };
|
| @@ -72,7 +72,7 @@ protected:
|
| };
|
|
|
| static gfx::RectF quadVertexRect();
|
| - static void quadRectTransform(WebKit::WebTransformationMatrix* quadRectTransform, const WebKit::WebTransformationMatrix& quadTransform, const gfx::RectF& quadRect);
|
| + static void quadRectTransform(gfx::Transform* quadRectTransform, const gfx::Transform& quadTransform, const gfx::RectF& quadRect);
|
| static void initializeMatrices(DrawingFrame&, const gfx::Rect& drawRect, bool flipY);
|
| static gfx::Rect moveScissorToWindowSpace(const DrawingFrame&, gfx::RectF scissorRect);
|
|
|
|
|