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

Unified Diff: cc/CCLayerTilingData.cpp

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/CCLayerTilingData.h ('k') | cc/CCScopedThreadProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTilingData.cpp
diff --git a/cc/CCLayerTilingData.cpp b/cc/CCLayerTilingData.cpp
index f650aa3f45721e42cbbfa364c9bf23a02f6ca6a1..12c7aefc9bc5f88ef71f7139dfed076752977d0e 100644
--- a/cc/CCLayerTilingData.cpp
+++ b/cc/CCLayerTilingData.cpp
@@ -24,6 +24,10 @@ CCLayerTilingData::CCLayerTilingData(const IntSize& tileSize, BorderTexelOption
setTileSize(tileSize);
}
+CCLayerTilingData::~CCLayerTilingData()
+{
+}
+
void CCLayerTilingData::setTileSize(const IntSize& size)
{
if (tileSize() == size)
« no previous file with comments | « cc/CCLayerTilingData.h ('k') | cc/CCScopedThreadProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698