Index: cc/resources/tile_manager.cc |
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc |
index ec9765ff895880fc883576c100b7d40b3d99148f..41e26313a71b0d1f5881e73e5eec90374addc7cb 100644 |
--- a/cc/resources/tile_manager.cc |
+++ b/cc/resources/tile_manager.cc |
@@ -235,8 +235,8 @@ void TileManager::DidFinishRunningTasksRequiredForActivation() { |
class BinComparator { |
public: |
- bool operator()(const scoped_refptr<Tile> a, |
- const scoped_refptr<Tile> b) const { |
+ bool operator()(const scoped_refptr<Tile>& a, |
+ const scoped_refptr<Tile>& b) const { |
const ManagedTileState& ams = a->managed_state(); |
const ManagedTileState& bms = b->managed_state(); |