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

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

Issue 1812763002: Pseudo and non pseudo elements should return correct computed content value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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

Powered by Google App Engine
This is Rietveld 408576698