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

Unified Diff: ui/events/ozone/layout/no/no_keyboard_layout_engine.h

Issue 2645703005: Add a KeyboardLayoutEngine::SetCurrentLayoutFromBuffer implementation (Closed)
Patch Set: . Created 3 years, 11 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: ui/events/ozone/layout/no/no_keyboard_layout_engine.h
diff --git a/ui/events/ozone/layout/no/no_keyboard_layout_engine.h b/ui/events/ozone/layout/no/no_keyboard_layout_engine.h
index b9653c7143bab899f893a3708e85b1c504c01d1e..394d4eced8a18cd45240d1c1eabb35f57dc5b523 100644
--- a/ui/events/ozone/layout/no/no_keyboard_layout_engine.h
+++ b/ui/events/ozone/layout/no/no_keyboard_layout_engine.h
@@ -19,6 +19,7 @@ class EVENTS_OZONE_LAYOUT_EXPORT NoKeyboardLayoutEngine
// KeyboardLayoutEngine overrides:
bool CanSetCurrentLayout() const override;
bool SetCurrentLayoutByName(const std::string& layout_name) override;
+ bool SetCurrentLayoutFromString(const std::string& keymap_str) override;
spang 2017/01/20 17:41:14 Can you not say SetCurrentLayoutFromBuffer(const c
tonikitoo 2017/01/20 18:58:10 Done.
bool UsesISOLevel5Shift() const override;
bool UsesAltGr() const override;
bool Lookup(DomCode dom_code,

Powered by Google App Engine
This is Rietveld 408576698