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

Unified Diff: cc/tiles/prioritized_tile.h

Issue 2710593003: cc: Fix const value pattern by replacing it by non-const or reference. (Closed)
Patch Set: update rebase Created 3 years, 10 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/test/pixel_comparator.h ('k') | cc/tiles/prioritized_tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/prioritized_tile.h
diff --git a/cc/tiles/prioritized_tile.h b/cc/tiles/prioritized_tile.h
index 30159784cbc541eecacca5aa95407e86e9dfb573..db7967e2bdedbcd0fc9e91ba3a139abd3eef08ea 100644
--- a/cc/tiles/prioritized_tile.h
+++ b/cc/tiles/prioritized_tile.h
@@ -22,7 +22,7 @@ class CC_EXPORT PrioritizedTile {
PrioritizedTile();
PrioritizedTile(Tile* tile,
const PictureLayerTiling* source_tiling,
- const TilePriority priority,
+ const TilePriority& priority,
bool is_occluded,
bool is_process_for_images_only);
~PrioritizedTile();
« no previous file with comments | « cc/test/pixel_comparator.h ('k') | cc/tiles/prioritized_tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698