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

Unified Diff: cc/layer_tree_host.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/layer_tiling_data.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index a660e278bf3bf51dac800c8583da7867c969e857..b34095acfdffd4c723b4435ecad62a98f9d7ffbf 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -40,7 +40,6 @@ struct hash<WebKit::WebGraphicsContext3D*> {
namespace cc {
class FontAtlas;
-class IntRect;
class Layer;
class LayerTreeHostImpl;
class LayerTreeHostImplClient;
@@ -141,7 +140,7 @@ public:
// Composites and attempts to read back the result into the provided
// buffer. If it wasn't possible, e.g. due to context lost, will return
// false.
- bool compositeAndReadback(void *pixels, const IntRect&);
+ bool compositeAndReadback(void *pixels, const gfx::Rect&);
void finishAllRendering();
« no previous file with comments | « cc/layer_tiling_data.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698