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

Unified Diff: cc/picture_layer.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/cc_tests.gyp ('k') | cc/picture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer.h
diff --git a/cc/picture_layer.h b/cc/picture_layer.h
index 896d5616cc50bbb5b2362e3ffbd586bfe4e5cd79..54c83c547351f5517798d4f2f2348594cf37a8b5 100644
--- a/cc/picture_layer.h
+++ b/cc/picture_layer.h
@@ -36,6 +36,7 @@ protected:
private:
ContentLayerClient* client_;
PicturePile pile_;
+ Region invalidation_;
};
} // namespace cc
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698