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

Unified Diff: ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc

Issue 2645703005: Add a KeyboardLayoutEngine::SetCurrentLayoutFromBuffer implementation (Closed)
Patch Set: for landing 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/stub/stub_keyboard_layout_engine.cc
diff --git a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
index df3710955e1c96d01639dbad0fa1096e2d3de37c..090f95158ef8330c089b27f156bd745837a3b1f3 100644
--- a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
+++ b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
@@ -4,8 +4,6 @@
#include "ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h"
-#include <algorithm>
-
#include "base/strings/string16.h"
#include "ui/events/keycodes/dom/dom_code.h"
#include "ui/events/keycodes/dom/dom_key.h"
@@ -29,6 +27,12 @@ bool StubKeyboardLayoutEngine::SetCurrentLayoutByName(
return false;
}
+bool StubKeyboardLayoutEngine::SetCurrentLayoutFromBuffer(
+ const char* keymap_str,
+ size_t size) {
+ return false;
+}
+
bool StubKeyboardLayoutEngine::UsesISOLevel5Shift() const {
return false;
}
« no previous file with comments | « ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h ('k') | ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698