Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
index 35aa4f9a78c4ce07395e2bf851540fb3a8654a15..745b6227ec86ab77a57d5f46bf70c957771cd270 100644 |
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h |
@@ -85,8 +85,6 @@ public: |
bool animationDataEquivalent(const StyleRareNonInheritedData&) const; |
bool transitionDataEquivalent(const StyleRareNonInheritedData&) const; |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
float opacity; // Whether or not we're transparent. |
float m_aspectRatioDenominator; |