summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_tree_host.h')
-rw-r--r--cc/layer_tree_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 7879d1a..72a174b 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();