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

Unified Diff: cc/resources/tile.h

Issue 820743002: cc: GPU rasterize tiles synchronously in PrepareToDraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 6 years 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 167da17287b25b6b7738dcb9d1c62c05d2e787c9..189242cfa3bf9de16caaaaeeceddfeec60067610 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -138,6 +138,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
private:
friend class TileManager;
+ friend class GpuRasterizer;
friend class PrioritizedTileSet;
friend class FakeTileManager;
friend class BinComparator;

Powered by Google App Engine
This is Rietveld 408576698