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

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

Issue 2840503002: Generate StyleInheritedData in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 years, 7 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 83853c03a5f705e5f49e778558fcc84fc40de674..8bb9932858f7cb0fa9256f29d15d5c4f0142216a 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -127,7 +127,6 @@ class ScaleTransformOperation;
class ShadowList;
class ShapeValue;
class StyleImage;
-class StyleInheritedData;
class StylePath;
class StyleResolver;
class TransformationMatrix;
@@ -230,7 +229,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
// inherited attributes
DataRef<StyleRareInheritedData> rare_inherited_data_;
- DataRef<StyleInheritedData> inherited_data_;
// list of associated pseudo styles
std::unique_ptr<PseudoStyleCache> cached_pseudo_styles_;

Powered by Google App Engine
This is Rietveld 408576698