Fix build.
R=esprehn@chromium.org Review URL: https://codereview.chromium.org/659043004
This commit is contained in:
parent
63a8a02db2
commit
3c84485f2a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user