| Index: cc/test/tiled_layer_test_common.h
|
| diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h
|
| index c61e0ec4c234ce7efff92569c1f14b08eef3edbb..2c36d1256b88687486230ef71e0a76796fad8cd2 100644
|
| --- a/cc/test/tiled_layer_test_common.h
|
| +++ b/cc/test/tiled_layer_test_common.h
|
| @@ -29,7 +29,7 @@ class FakeLayerUpdater : public LayerUpdater {
|
|
|
| virtual void Update(ResourceUpdateQueue* queue,
|
| const gfx::Rect& source_rect,
|
| - gfx::Vector2d dest_offset,
|
| + const gfx::Vector2d& dest_offset,
|
| bool partial_update) OVERRIDE;
|
|
|
| private:
|
|
|