| Index: cc/base/invalidation_region.h
|
| diff --git a/cc/base/invalidation_region.h b/cc/base/invalidation_region.h
|
| index 3cf69f221401e5358fa81ee85e61b319114d8657..7aa4a8b2a3b7e7f53d4aee9a7f5c2c49ba0a9ef8 100644
|
| --- a/cc/base/invalidation_region.h
|
| +++ b/cc/base/invalidation_region.h
|
| @@ -23,7 +23,6 @@ class CC_EXPORT InvalidationRegion {
|
| void Clear();
|
| void Union(const gfx::Rect& rect);
|
| bool IsEmpty() const { return region_.IsEmpty(); }
|
| - Region* region() { return ®ion_; }
|
|
|
| private:
|
| void SimplifyIfNeeded();
|
|
|