| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 3be3f4668a74ec968fc6d7c121fbaaf583f5a482..b9d37a3a887484037f127b3525a593dcb99003da 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -13,8 +13,8 @@ namespace cc {
|
|
|
| class FakeProxy : public Proxy {
|
| public:
|
| - explicit FakeProxy(scoped_ptr<Thread> implThread)
|
| - : Proxy(implThread.Pass()) {}
|
| + explicit FakeProxy(scoped_ptr<Thread> impl_thread)
|
| + : Proxy(impl_thread.Pass()) {}
|
|
|
| virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
|
| virtual void StartPageScaleAnimation(gfx::Vector2d target_position,
|
|
|