Fix build.
R=esprehn@chromium.org Review URL: https://codereview.chromium.org/659043004
This commit is contained in:
@@ -85,8 +85,8 @@ class SkyDebugger : 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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user