Index: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
index 7aabe5c76f87855aaa6a068caa537b5d4f927baa..b68733d477b2d251bd0e93fc86ef194d8ef7b781 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.h |
@@ -72,7 +72,7 @@ class PaintLayerReflectionInfo { |
WTF_MAKE_NONCOPYABLE(PaintLayerReflectionInfo); |
public: |
explicit PaintLayerReflectionInfo(LayoutBox&); |
- void destroy(); |
+ ~PaintLayerReflectionInfo(); |
LayoutReplica* reflection() const { return m_reflection; } |
PaintLayer* reflectionLayer() const; |