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 6d9f77bd11a168192ae360ce5984b8dab28b3256..7d8cd9cd9bb9eb4846d7fc7f8e2fc884a74f0fe7 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -307,6 +307,10 @@ enum QuoteType { |
OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE |
}; |
+enum ElementContent { |
nainar
2016/03/21 00:12:08
Better(?) name: ElementContentValue
Also added an
|
+ ContentDataNone, ContentDataNormal |
+}; |
+ |
enum EAnimPlayState { |
AnimPlayStatePlaying, |
AnimPlayStatePaused |