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

Unified Diff: cc/resources/tiling_set_raster_queue.h

Issue 863013004: cc: Split RasterTilePriorityQueue into required and all based on type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 5 years, 11 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/tile_manager_unittest.cc ('k') | cc/test/fake_tile_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tiling_set_raster_queue.h
diff --git a/cc/resources/tiling_set_raster_queue.h b/cc/resources/tiling_set_raster_queue.h
index 0a131a99bb9492217f24c0a763ff6e4824495674..7a238d6cc3508e7cb9dd7f2c7bc6d0728d8ed8e5 100644
--- a/cc/resources/tiling_set_raster_queue.h
+++ b/cc/resources/tiling_set_raster_queue.h
@@ -8,6 +8,8 @@
namespace cc {
class Tile;
+// TODO(vmpstr): Remove this, since RasterTilePriorityQueue knows the type
+// directly.
class TilingSetRasterQueue {
public:
virtual ~TilingSetRasterQueue() {}
« no previous file with comments | « cc/resources/tile_manager_unittest.cc ('k') | cc/test/fake_tile_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698