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

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

Issue 2923333002: Generate StyleRareNonInheritedData in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 years, 6 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 a8aacdafcf6b77467abb2fa7ffa49af8acb4e730..a68d4ce8df2cc338c6ac4e846cd6a959b97fa658 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -59,7 +59,6 @@
#include "core/style/StyleInheritedVariables.h"
#include "core/style/StyleMultiColData.h"
#include "core/style/StyleOffsetRotation.h"
-#include "core/style/StyleRareNonInheritedData.h"
#include "core/style/StyleReflection.h"
#include "core/style/StyleSelfAlignmentData.h"
#include "core/style/StyleTransformData.h"
@@ -238,9 +237,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
friend class StyleResolver;
protected:
- // non-inherited attributes
- DataRef<StyleRareNonInheritedData> rare_non_inherited_data_;
-
// list of associated pseudo styles
std::unique_ptr<PseudoStyleCache> cached_pseudo_styles_;

Powered by Google App Engine
This is Rietveld 408576698