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

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

Issue 2907713002: Move RareNonInheritedData::*DataEquivalent to ComputedStyle. (Closed)
Patch Set: 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/StyleRareNonInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
index ec02d66b0da12975cd0e8a7912f1394323a3284b..83dd3047ec2ed4fbfb4935ea6e4758855c66ab0a 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -96,15 +96,6 @@ class CORE_EXPORT StyleRareNonInheritedData
return !(*this == o);
}
- bool ContentDataEquivalent(const StyleRareNonInheritedData&) const;
- bool CounterDataEquivalent(const StyleRareNonInheritedData&) const;
- bool ShadowDataEquivalent(const StyleRareNonInheritedData&) const;
- bool ReflectionDataEquivalent(const StyleRareNonInheritedData&) const;
- bool AnimationDataEquivalent(const StyleRareNonInheritedData&) const;
- bool TransitionDataEquivalent(const StyleRareNonInheritedData&) const;
- bool ShapeOutsideDataEquivalent(const StyleRareNonInheritedData&) const;
- bool ClipPathDataEquivalent(const StyleRareNonInheritedData&) const;
-
float opacity; // Whether or not we're transparent.
float perspective_;

Powered by Google App Engine
This is Rietveld 408576698