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

Unified Diff: cc/base/tiling_data.h

Issue 798973003: cc: Drop an unused member variable from tiling data iterators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | cc/base/tiling_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « no previous file | cc/base/tiling_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698