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

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

Issue 2577973002: Moved text-align to be generated in ComputedStyleBase. (Closed)
Patch Set: Removed unneeded comment about text-align keyword ordering. Created 4 years 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/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 913e83f08334d682b179d5c7e6341b7d5f7507e1..cecfdfb8eaffcfd204bbbb4f2d62339b68d8a08e 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -327,20 +327,6 @@ enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
enum EAnimPlayState { AnimPlayStatePlaying, AnimPlayStatePaused };
-// The order of this enum must match the order of the text align values in
-// CSSValueKeywords.in.
-enum class ETextAlign : unsigned {
- Left,
- Right,
- Center,
- Justify,
- WebkitLeft,
- WebkitRight,
- WebkitCenter,
- Start,
- End,
-};
-
static const size_t TextDecorationBits = 4;
enum TextDecoration {
TextDecorationNone = 0x0,
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698