| Index: cc/test/tiled_layer_test_common.cc
|
| diff --git a/cc/test/tiled_layer_test_common.cc b/cc/test/tiled_layer_test_common.cc
|
| index 2caba809305107623ad8e2b9fec5ea5da05cc6fb..d78facb6d6345a0dc3cd20a7cfcf241c76946d2a 100644
|
| --- a/cc/test/tiled_layer_test_common.cc
|
| +++ b/cc/test/tiled_layer_test_common.cc
|
| @@ -27,7 +27,7 @@ FakeLayerUpdater::Resource::~Resource()
|
| {
|
| }
|
|
|
| -void FakeLayerUpdater::Resource::update(ResourceUpdateQueue& queue, const gfx::Rect&, const gfx::Vector2d&, bool partialUpdate, RenderingStats&)
|
| +void FakeLayerUpdater::Resource::update(ResourceUpdateQueue& queue, const gfx::Rect&, const gfx::Vector2d&, bool partialUpdate, RenderingStats*)
|
| {
|
| const gfx::Rect rect(0, 0, 10, 10);
|
| ResourceUpdate upload = ResourceUpdate::Create(
|
| @@ -50,7 +50,7 @@ FakeLayerUpdater::~FakeLayerUpdater()
|
| {
|
| }
|
|
|
| -void FakeLayerUpdater::prepareToUpdate(const gfx::Rect& contentRect, const gfx::Size&, float, float, gfx::Rect& resultingOpaqueRect, RenderingStats&)
|
| +void FakeLayerUpdater::prepareToUpdate(const gfx::Rect& contentRect, const gfx::Size&, float, float, gfx::Rect& resultingOpaqueRect, RenderingStats*)
|
| {
|
| m_prepareCount++;
|
| m_lastUpdateRect = contentRect;
|
|
|