| Index: cc/tiled_layer_impl.h
|
| diff --git a/cc/tiled_layer_impl.h b/cc/tiled_layer_impl.h
|
| index fb6a63b2bc6ebd90bd5649fec78fc964fc29a306..ce1ca8386deba2ddea82626a08b23966f1f83619 100644
|
| --- a/cc/tiled_layer_impl.h
|
| +++ b/cc/tiled_layer_impl.h
|
| @@ -29,7 +29,7 @@ public:
|
|
|
| void setSkipsDraw(bool skipsDraw) { m_skipsDraw = skipsDraw; }
|
| void setTilingData(const LayerTilingData& tiler);
|
| - void pushTileProperties(int, int, ResourceProvider::ResourceId, const IntRect& opaqueRect, bool contentsSwizzled);
|
| + void pushTileProperties(int, int, ResourceProvider::ResourceId, const gfx::Rect& opaqueRect, bool contentsSwizzled);
|
| void pushInvalidTile(int, int);
|
|
|
| virtual Region visibleContentOpaqueRegion() const OVERRIDE;
|
|
|