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

Unified Diff: cc/resources/tile.h

Issue 15995033: cc: Low quality support for low res tiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
Index: cc/resources/tile.h
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index 2aa4c651480412fd7a58d2a6274d484c27110d87..c801883d60cc26242acc5039c03ec3ab4542236a 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -35,6 +35,10 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
return picture_pile_.get();
}
+ const PicturePileImpl* picture_pile() const {
+ return picture_pile_.get();
+ }
+
const TilePriority& priority(WhichTree tree) const {
return priority_[tree];
}

Powered by Google App Engine
This is Rietveld 408576698