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

Unified Diff: ash/mus/keyboard_ui_mus.cc

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: ash/mus/keyboard_ui_mus.cc
diff --git a/ash/mus/keyboard_ui_mus.cc b/ash/mus/keyboard_ui_mus.cc
index d2ca388071fc2d19d8188acbdaee46086080ce43..61633764e10e4d626728dd70d7d5bf0d6938e0e6 100644
--- a/ash/mus/keyboard_ui_mus.cc
+++ b/ash/mus/keyboard_ui_mus.cc
@@ -42,7 +42,7 @@ bool KeyboardUIMus::IsEnabled() {
void KeyboardUIMus::OnKeyboardStateChanged(bool is_enabled,
bool is_visible,
uint64_t display_id,
- mojo::RectPtr bounds) {
+ const gfx::Rect& bounds) {
if (is_enabled_ == is_enabled)
return;

Powered by Google App Engine
This is Rietveld 408576698