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

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

Issue 2187493004: Add a generated ComputedStyleBase class that ComputedStyle extends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_make_visibility_enum_class_rebase
Patch Set: Created 4 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/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index fcad1d6fc00fa93beb1e3783e4c86043ef721f5a..3e2f262e84236550dc31b7b9ec04028de78cfe02 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -26,6 +26,7 @@
#ifndef ComputedStyleConstants_h
#define ComputedStyleConstants_h
+#include "core/BaseComputedStyleConstants.h"
#include <cstddef>
namespace blink {
@@ -386,8 +387,6 @@ enum ECaptionSide {
enum EListStylePosition { ListStylePositionOutside, ListStylePositionInside };
-enum class EVisibility { Visible, Hidden, Collapse };
-
enum ECursor {
// The following must match the order in CSSValueKeywords.in.
CURSOR_AUTO,

Powered by Google App Engine
This is Rietveld 408576698