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

Unified Diff: components/exo/keyboard_delegate.h

Issue 2506263002: exo: Implement support for zcr_keyboard_configuration_v1 protocol. (Closed)
Patch Set: exo: Implement support for zcr_keyboard_configuration_v1 protocol. Created 4 years 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: components/exo/keyboard_delegate.h
diff --git a/components/exo/keyboard_delegate.h b/components/exo/keyboard_delegate.h
index 1969067e6d09a62e31786e8e65e41e16c18dde7c..619f56a83fcd213368bcb4d50fa048263c1db337 100644
--- a/components/exo/keyboard_delegate.h
+++ b/components/exo/keyboard_delegate.h
@@ -36,7 +36,7 @@ class KeyboardDelegate {
// Called when keyboard focus leaves a valid target surface.
virtual void OnKeyboardLeave(Surface* surface) = 0;
- // Called when pkeyboard key state changed. |pressed| is true when |key|
+ // Called when keyboard key state changed. |pressed| is true when |key|
// was pressed and false if it was released.
virtual void OnKeyboardKey(base::TimeTicks time_stamp,
ui::DomCode key,

Powered by Google App Engine
This is Rietveld 408576698