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

Unified Diff: ui/keyboard/keyboard.mojom

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build 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 | « ui/gfx/geometry/mojo/geometry_struct_traits.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard.mojom
diff --git a/ui/keyboard/keyboard.mojom b/ui/keyboard/keyboard.mojom
index 37d3ca35dd2623b9dc0c8f61a129f6875f625906..5850df46a459c1551adb9162f50a719c8e3589d6 100644
--- a/ui/keyboard/keyboard.mojom
+++ b/ui/keyboard/keyboard.mojom
@@ -11,7 +11,7 @@ interface KeyboardObserver {
OnKeyboardStateChanged(bool is_enabled,
bool is_visible,
uint64 display_id,
- mojo.Rect bounds);
+ gfx.mojom.Rect bounds);
};
interface Keyboard {
« no previous file with comments | « ui/gfx/geometry/mojo/geometry_struct_traits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698