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

Unified Diff: ash/mus/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: 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.h
diff --git a/ash/mus/keyboard_ui_mus.h b/ash/mus/keyboard_ui_mus.h
index 6e12585113bc582beb36602620ecc26172088da6..7ef4d45c11366511f1025e5b78c0a9ff0dc03b48 100644
--- a/ash/mus/keyboard_ui_mus.h
+++ b/ash/mus/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_;

Powered by Google App Engine
This is Rietveld 408576698