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