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

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

Issue 2645703005: Add a KeyboardLayoutEngine::SetCurrentLayoutFromBuffer implementation (Closed)
Patch Set: Add a KeyboardLayoutEngine::SetCurrentLayoutFromBuffer implementation 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.h
diff --git a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
index 92bf9ad2a13b4cf84888d649d24284a9f6e97fb9..ae6b8518b6de5f395f2a57f4fd3e5346386a11d9 100644
--- a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
+++ b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
@@ -19,6 +19,8 @@ class EVENTS_OZONE_LAYOUT_EXPORT StubKeyboardLayoutEngine
// KeyboardLayoutEngineOzone:
bool CanSetCurrentLayout() const override;
bool SetCurrentLayoutByName(const std::string& layout_name) override;
+ bool SetCurrentLayoutFromBuffer(const char* keymap_string,
+ uint32_t size) override;
bool UsesISOLevel5Shift() const override;
bool UsesAltGr() const override;
bool Lookup(DomCode dom_code,

Powered by Google App Engine
This is Rietveld 408576698