Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2012)

Unified Diff: cc/CCDebugRectHistory.h

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FakeCCDelayBasedTimeSource Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCAnimationCurve.cpp ('k') | cc/CCDebugRectHistory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « cc/CCAnimationCurve.cpp ('k') | cc/CCDebugRectHistory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698