Chromium Code Reviews| Index: cc/base/tiling_data.h | 
| diff --git a/cc/base/tiling_data.h b/cc/base/tiling_data.h | 
| index 5e8a4d60da1d9930e48bc9bca144932df47b7b65..45b763e9ef0ba5c906a69c4eb29176bc9aed9f88 100644 | 
| --- a/cc/base/tiling_data.h | 
| +++ b/cc/base/tiling_data.h | 
| @@ -76,13 +76,12 @@ class CC_EXPORT TilingData { | 
| } | 
| protected: | 
| - explicit BaseIterator(const TilingData* tiling_data); | 
| + BaseIterator(); | 
| void done() { | 
| index_x_ = -1; | 
| index_y_ = -1; | 
| } | 
| - const TilingData* tiling_data_; | 
| int index_x_; | 
| int index_y_; | 
| }; |