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

Unified Diff: third_party/WebKit/Source/platform/text/TextDecoration.h

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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/platform/text/TextDecoration.h
diff --git a/third_party/WebKit/Source/platform/text/TextDecoration.h b/third_party/WebKit/Source/platform/text/TextDecoration.h
index 1b3ca43ea8dcf04e2a99a498d0811fe80cb4d6f3..b30ab0d6ccbfb18d2e81d697355174ff0c7ae5b3 100644
--- a/third_party/WebKit/Source/platform/text/TextDecoration.h
+++ b/third_party/WebKit/Source/platform/text/TextDecoration.h
@@ -36,7 +36,6 @@ namespace blink {
enum TextDecorationType {
TextDecorationTypeSpelling = 1 << 1,
TextDecorationTypeGrammar = 1 << 2,
- TextDecorationTypeInvisibleSpellcheck = 1 << 3,
};
}
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextChecking.h ('k') | third_party/WebKit/Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698