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

Unified Diff: cc/region.cc

Issue 11417111: cc: Add PictureLayerTilingSet to manage PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_rel Created 8 years, 1 month 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 | « cc/region.h ('k') | cc/scoped_ptr_vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/region.cc
diff --git a/cc/region.cc b/cc/region.cc
index 3cd9b5d98e5bc5161b67aa0b19ffa7858ffec7b1..cf2301137904a5d3a74de17e009f3f583ccda490 100644
--- a/cc/region.cc
+++ b/cc/region.cc
@@ -103,6 +103,9 @@ std::string Region::ToString() const {
return result;
}
+Region::Iterator::Iterator() {
+}
+
Region::Iterator::Iterator(const Region& region)
: it_(region.skregion_) {
}
« no previous file with comments | « cc/region.h ('k') | cc/scoped_ptr_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698