Index: cc/direct_renderer.h |
diff --git a/cc/direct_renderer.h b/cc/direct_renderer.h |
index 3915209b8dcd75de7557d69704a9edaee3be6bb5..7ba966c8bcc3064c63ced8f172da6f209ec14579 100644 |
--- a/cc/direct_renderer.h |
+++ b/cc/direct_renderer.h |
@@ -70,13 +70,13 @@ protected: |
DISALLOW_COPY_AND_ASSIGN(CachedTexture); |
}; |
- static FloatRect quadVertexRect(); |
+ static gfx::RectF quadVertexRect(); |
static void quadRectTransform(WebKit::WebTransformationMatrix* quadRectTransform, const WebKit::WebTransformationMatrix& quadTransform, const gfx::RectF& quadRect); |
static void initializeMatrices(DrawingFrame&, const gfx::Rect& drawRect, bool flipY); |
static gfx::Rect moveScissorToWindowSpace(const DrawingFrame&, gfx::RectF scissorRect); |
bool haveCachedResources(RenderPass::Id) const; |
- static IntSize renderPassTextureSize(const RenderPass*); |
+ static gfx::Size renderPassTextureSize(const RenderPass*); |
static GLenum renderPassTextureFormat(const RenderPass*); |
void drawRenderPass(DrawingFrame&, const RenderPass*); |