Index: cc/CCDebugRectHistory.h |
diff --git a/cc/CCDebugRectHistory.h b/cc/CCDebugRectHistory.h |
index 3ae8fe9899ef86fac0ea6b73d6c40fba4c439b5f..6046fb3a4711a90a4a0f227a37c8b36413225527 100644 |
--- a/cc/CCDebugRectHistory.h |
+++ b/cc/CCDebugRectHistory.h |
@@ -59,6 +59,8 @@ public: |
return adoptPtr(new CCDebugRectHistory()); |
} |
+ ~CCDebugRectHistory(); |
+ |
// Note: Saving debug rects must happen before layers' change tracking is reset. |
void saveDebugRectsForCurrentFrame(CCLayerImpl* rootLayer, const Vector<CCLayerImpl*>& renderSurfaceLayerList, const Vector<IntRect>& occludingScreenSpaceRects, const CCLayerTreeSettings&); |