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

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

Issue 2887293002: Move StyleRareNonInheritedData::has* methods 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 2b7cf9ab4e0cf89bc39b51b02e9e1f974a18e00e..ec02d66b0da12975cd0e8a7912f1394323a3284b 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -104,9 +104,6 @@ class CORE_EXPORT StyleRareNonInheritedData
bool TransitionDataEquivalent(const StyleRareNonInheritedData&) const;
bool ShapeOutsideDataEquivalent(const StyleRareNonInheritedData&) const;
bool ClipPathDataEquivalent(const StyleRareNonInheritedData&) const;
- bool HasFilters() const;
- bool HasBackdropFilters() const;
- bool HasOpacity() const { return opacity < 1; }
float opacity; // Whether or not we're transparent.

Powered by Google App Engine
This is Rietveld 408576698