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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 2914613002: Add keyword_subset field template and generate text-decoration-line. (Closed)
Patch Set: Rebase Created 3 years, 5 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/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 13978b9d61d34a662f77d0e7847bcd9f1a858d38..99186c69ceaf060c2e7c582da5ed669512d8b6fe 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -820,15 +820,6 @@ class ComputedStyle : public ComputedStyleBase,
}
// Text decoration properties.
- // text-decoration-line
- static TextDecoration InitialTextDecoration() {
- return TextDecoration::kNone;
- }
- TextDecoration GetTextDecoration() const {
- return static_cast<TextDecoration>(TextDecorationInternal());
- }
- void SetTextDecoration(TextDecoration v) { SetTextDecorationInternal(v); }
-
// text-decoration-skip
static TextDecorationSkip InitialTextDecorationSkip() {
return TextDecorationSkip::kObjects;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698