Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3395)

Unified Diff: cc/direct_renderer.h

Issue 11275113: Remove most remaining references to IntRect and FloatRect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compositor bindings Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/delegated_renderer_layer_impl.cc ('k') | cc/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « cc/delegated_renderer_layer_impl.cc ('k') | cc/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698