| Index: sky/tools/tester/tester.cc
|
| diff --git a/sky/tools/tester/tester.cc b/sky/tools/tester/tester.cc
|
| index 051236a7866fb1cebc86b21cef365c279ac08420..fd1f4ff45c2dfeb6ee3345ab1c59d23e6437b03e 100644
|
| --- a/sky/tools/tester/tester.cc
|
| +++ b/sky/tools/tester/tester.cc
|
| @@ -77,8 +77,8 @@ class SkyTester : public mojo::ApplicationDelegate,
|
| }
|
|
|
| virtual void OnViewBoundsChanged(mojo::View* view,
|
| - const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) override {
|
| + const mojo::Rect& old_bounds,
|
| + const mojo::Rect& new_bounds) override {
|
| content_->SetBounds(new_bounds);
|
| }
|
|
|
|
|