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

Unified Diff: content/child/blink_platform_impl.h

Issue 658183002: Add support for DOM3 KeyboardEvent keycode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change toupper to base:ToUpperASCII Created 5 years, 10 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
« no previous file with comments | « content/browser/renderer_host/web_input_event_aura.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 25e6826954d57b5c08e642b67985ca8854ee70c7..9824ca2f6ab8197525e17169039c5c554fa03d6d 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -189,6 +189,9 @@ class CONTENT_EXPORT BlinkPlatformImpl
WebBluetoothImpl* BluetoothImplForTesting() { return bluetooth_.get(); }
+ virtual blink::WebString domCodeStringFromEnum(int dom_code);
+ virtual int domEnumFromCodeString(const blink::WebString& codeString);
+
private:
static void DestroyCurrentThread(void*);
« no previous file with comments | « content/browser/renderer_host/web_input_event_aura.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698