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

Unified Diff: cc/region.h

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/picture_layer_tiling_unittest.cc ('k') | cc/region.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/region.h
diff --git a/cc/region.h b/cc/region.h
index badd33cde5b00155300989642465b08b841a842a..7478152169df83df9dd3eccd823b12bee273aaa0 100644
--- a/cc/region.h
+++ b/cc/region.h
@@ -55,6 +55,7 @@ class CC_EXPORT Region {
class CC_EXPORT Iterator {
public:
+ Iterator();
Iterator(const Region& region);
~Iterator();
« no previous file with comments | « cc/picture_layer_tiling_unittest.cc ('k') | cc/region.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698