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

Unified Diff: cc/resources/tile.h

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/texture_compressor_perftest.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile.h
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index c3ca623a38c09262d547f955be3b27dd37f7712e..dcc8566fe4b7692ec29a53ae0d9018f58c3b762c 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -92,7 +92,8 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
!draw_info_.IsReadyToDraw();
}
- void AsValueInto(base::trace_event::TracedValue* dict) const;
+ void AsValueWithPriorityInto(const TilePriority& priority,
+ base::trace_event::TracedValue* dict) const;
inline bool IsReadyToDraw() const { return draw_info_.IsReadyToDraw(); }
« no previous file with comments | « cc/resources/texture_compressor_perftest.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698