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

Unified Diff: cc/resources/tiling_set_raster_queue_required.h

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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/resources/tiling_set_raster_queue_all.cc ('k') | cc/resources/tiling_set_raster_queue_required.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tiling_set_raster_queue_required.h
diff --git a/cc/resources/tiling_set_raster_queue_required.h b/cc/resources/tiling_set_raster_queue_required.h
index 6e278e666cd640c6c6b99f40957a12a746031873..0290dc4898c3567f0162d1e31d15a733ad26bce3 100644
--- a/cc/resources/tiling_set_raster_queue_required.h
+++ b/cc/resources/tiling_set_raster_queue_required.h
@@ -34,7 +34,8 @@ class CC_EXPORT TilingSetRasterQueueRequired {
public:
TilingIterator();
explicit TilingIterator(PictureLayerTiling* tiling,
- TilingData* tiling_data);
+ TilingData* tiling_data,
+ const gfx::Rect& rect);
~TilingIterator();
bool done() const { return current_tile_ == nullptr; }
« no previous file with comments | « cc/resources/tiling_set_raster_queue_all.cc ('k') | cc/resources/tiling_set_raster_queue_required.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698