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

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

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.cc
diff --git a/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc b/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
index 064b4da2fd21efe7a580bb024dca67a57b97c78d..b78e0d66fc48890dc1d70bec11e88901da80f826 100644
--- a/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
+++ b/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
@@ -15,6 +15,11 @@ bool NoKeyboardLayoutEngine::SetCurrentLayoutByName(
return false;
}
+bool NoKeyboardLayoutEngine::SetCurrentLayoutFromString(
+ const std::string& keymap_str) {
+ return false;
+}
+
bool NoKeyboardLayoutEngine::UsesISOLevel5Shift() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698