| Index: cc/CCDebugRectHistory.cpp
|
| diff --git a/cc/CCDebugRectHistory.cpp b/cc/CCDebugRectHistory.cpp
|
| index 17c9aaa1a968df52fadf858fc3858ed8e1f3caf3..2d20a14dabf2134bfa5bb6b50be5ea5cb3f379d1 100644
|
| --- a/cc/CCDebugRectHistory.cpp
|
| +++ b/cc/CCDebugRectHistory.cpp
|
| @@ -18,6 +18,10 @@ CCDebugRectHistory::CCDebugRectHistory()
|
| {
|
| }
|
|
|
| +CCDebugRectHistory::~CCDebugRectHistory()
|
| +{
|
| +}
|
| +
|
| void CCDebugRectHistory::saveDebugRectsForCurrentFrame(CCLayerImpl* rootLayer, const Vector<CCLayerImpl*>& renderSurfaceLayerList, const Vector<IntRect>& occludingScreenSpaceRects, const CCLayerTreeSettings& settings)
|
| {
|
| // For now, clear all rects from previous frames. In the future we may want to store
|
|
|