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

Unified Diff: cc/CCLayerTilingData.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/CCLayerImpl.cpp ('k') | cc/CCLayerTilingData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTilingData.h
diff --git a/cc/CCLayerTilingData.h b/cc/CCLayerTilingData.h
index 694205084e7a6cf0db2f9c1a1a3405a814bbbfb8..695e39d7d32e9dd8ea9231a0c7e313db03867dbd 100644
--- a/cc/CCLayerTilingData.h
+++ b/cc/CCLayerTilingData.h
@@ -21,6 +21,8 @@ class CCLayerTilingData {
public:
enum BorderTexelOption { HasBorderTexels, NoBorderTexels };
+ ~CCLayerTilingData();
+
static PassOwnPtr<CCLayerTilingData> create(const IntSize& tileSize, BorderTexelOption);
bool hasEmptyBounds() const { return m_tilingData.hasEmptyBounds(); }
« no previous file with comments | « cc/CCLayerImpl.cpp ('k') | cc/CCLayerTilingData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698