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

Unified Diff: third_party/WebKit/public/platform/WebTextInputInfo.h

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build 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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebTextInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebTextInputInfo.h
diff --git a/third_party/WebKit/public/web/WebTextInputInfo.h b/third_party/WebKit/public/platform/WebTextInputInfo.h
similarity index 95%
rename from third_party/WebKit/public/web/WebTextInputInfo.h
rename to third_party/WebKit/public/platform/WebTextInputInfo.h
index ca71b5de451383d65c63c0bb1d87619ed78b52fc..61f8ecc25cc994490440849f3fbbec68b2aef457 100644
--- a/third_party/WebKit/public/web/WebTextInputInfo.h
+++ b/third_party/WebKit/public/platform/WebTextInputInfo.h
@@ -26,7 +26,8 @@
#ifndef WebTextInputInfo_h
#define WebTextInputInfo_h
-#include "../platform/WebString.h"
+#include "WebCommon.h"
+#include "WebString.h"
#include "WebTextInputType.h"
namespace blink {
@@ -56,7 +57,7 @@ struct WebTextInputInfo {
// This string is lower-case.
WebString inputMode;
- BLINK_EXPORT bool equals(const WebTextInputInfo&) const;
+ BLINK_PLATFORM_EXPORT bool equals(const WebTextInputInfo&) const;
WebTextInputInfo()
: type(WebTextInputTypeNone),
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebTextInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698