summaryrefslogtreecommitdiffstats
path: root/cc/direct_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/direct_renderer.h')
-rw-r--r--cc/direct_renderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/direct_renderer.h b/cc/direct_renderer.h
index 3915209..7ba966c 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*);