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

Unified Diff: third_party/WebKit/Source/core/CoreInitializer.cpp

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: Rebase Created 4 years, 2 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: third_party/WebKit/Source/core/CoreInitializer.cpp
diff --git a/third_party/WebKit/Source/core/CoreInitializer.cpp b/third_party/WebKit/Source/core/CoreInitializer.cpp
index d4ea187be600ec326250ffaffece4af9c70e18d7..dcbb619899aba4dd4488fdbb8cc5b608aca9e116 100644
--- a/third_party/WebKit/Source/core/CoreInitializer.cpp
+++ b/third_party/WebKit/Source/core/CoreInitializer.cpp
@@ -36,6 +36,7 @@
#include "core/EventTypeNames.h"
#include "core/HTMLNames.h"
#include "core/HTMLTokenizerNames.h"
+#include "core/InputModeNames.h"
#include "core/InputTypeNames.h"
#include "core/MathMLNames.h"
#include "core/MediaFeatureNames.h"
@@ -97,6 +98,7 @@ void CoreInitializer::initialize() {
FetchInitiatorTypeNames::FetchInitiatorTypeNamesCount +
FontFamilyNames::FontFamilyNamesCount +
HTMLTokenizerNames::HTMLTokenizerNamesCount + HTTPNames::HTTPNamesCount +
+ InputModeNames::InputModeNamesCount +
InputTypeNames::InputTypeNamesCount +
MediaFeatureNames::MediaFeatureNamesCount +
MediaTypeNames::MediaTypeNamesCount;
@@ -121,6 +123,7 @@ void CoreInitializer::initialize() {
FontFamilyNames::init();
HTMLTokenizerNames::init();
HTTPNames::init();
+ InputModeNames::init();
InputTypeNames::init();
MediaFeatureNames::init();
MediaTypeNames::init();
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/InputMethodController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698