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

Unified Diff: cc/resources/tile.h

Issue 69343005: Added preliminary support for tile rasterization with Ganesh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: cc/resources/tile.h
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index fd184a6c75cac9aeca64412618b4aece2ad2a6b7..c982893ea9a4a50fef9f5c950d105b2cdd309371 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -111,6 +111,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
friend class PrioritizedTileSet;
friend class FakeTileManager;
friend class BinComparator;
+ friend class GaneshRasterizer;
reveman 2013/11/24 21:56:57 is this necessary?
slavi 2013/11/25 23:13:14 Yes, I need access to part tile's state that's not
// Methods called by by tile manager.
Tile(TileManager* tile_manager,

Powered by Google App Engine
This is Rietveld 408576698