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

Unified Diff: ash/sysui/keyboard_ui_mus.h

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: rebase 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
« no previous file with comments | « no previous file | ash/sysui/keyboard_ui_mus.cc » ('j') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/keyboard_ui_mus.h
diff --git a/ash/sysui/keyboard_ui_mus.h b/ash/sysui/keyboard_ui_mus.h
index e848bfcbf340af47b6013bfbc3a84df4e7c4f5d7..623c2ec487477e12516a226b195dfbed880b0d92 100644
--- a/ash/sysui/keyboard_ui_mus.h
+++ b/ash/sysui/keyboard_ui_mus.h
@@ -35,7 +35,7 @@ class KeyboardUIMus : public KeyboardUI,
void OnKeyboardStateChanged(bool is_enabled,
bool is_visible,
uint64_t display_id,
- mojo::RectPtr bounds) override;
+ const gfx::Rect& bounds) override;
private:
bool is_enabled_;
« no previous file with comments | « no previous file | ash/sysui/keyboard_ui_mus.cc » ('j') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698