Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: services/kiosk_wm/kiosk_wm.cc

Issue 1100803002: Make ganesh_app's GaneshView actually observe its View. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/ganesh_app/ganesh_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/kiosk_wm/kiosk_wm.cc
diff --git a/services/kiosk_wm/kiosk_wm.cc b/services/kiosk_wm/kiosk_wm.cc
index 31396d15ff7c3f5125daa54091c66bd16327cabb..f4e0796350a9038cb269c9d44b3488fb69b42261 100644
--- a/services/kiosk_wm/kiosk_wm.cc
+++ b/services/kiosk_wm/kiosk_wm.cc
@@ -110,8 +110,8 @@ void KioskWM::OnViewDestroyed(mojo::View* view) {
}
void KioskWM::OnViewBoundsChanged(mojo::View* view,
- const mojo::Rect& old_bounds,
- const mojo::Rect& new_bounds) {
+ const mojo::Rect& old_bounds,
+ const mojo::Rect& new_bounds) {
content_->SetBounds(new_bounds);
}
« no previous file with comments | « examples/ganesh_app/ganesh_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698