Fix build.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/659043004
This commit is contained in:
John Abd-El-Malek 2014-10-23 14:54:07 -07:00
parent 63a8a02db2
commit 3c84485f2a
2 changed files with 4 additions and 4 deletions

View File

@ -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);
}

View File

@ -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);
}