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

Unified Diff: ash/sysui/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: 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
Index: ash/sysui/keyboard_ui_mus.cc
diff --git a/ash/sysui/keyboard_ui_mus.cc b/ash/sysui/keyboard_ui_mus.cc
index 7172917f9febcfa93a660ed125e15133d4f41401..97e1cd8dad92b7777c93d5dd556e7876d571fd46 100644
--- a/ash/sysui/keyboard_ui_mus.cc
+++ b/ash/sysui/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