diff options
author | Nicolas Roard <nicolas@android.com> | 2011-01-30 15:34:46 -0800 |
---|---|---|
committer | Nicolas Roard <nicolas@android.com> | 2011-01-30 17:11:52 -0800 |
commit | da44133fe92ec11fa6b904c498e7e5cd23a43cbf (patch) | |
tree | 9fb27831c884476be59161bd16fd0427412a1865 /WebCore/platform/graphics/android/TiledPage.h | |
parent | 49e6e531daf99d2349caab00380648b689e7c1dc (diff) | |
download | external_webkit-da44133fe92ec11fa6b904c498e7e5cd23a43cbf.zip external_webkit-da44133fe92ec11fa6b904c498e7e5cd23a43cbf.tar.gz external_webkit-da44133fe92ec11fa6b904c498e7e5cd23a43cbf.tar.bz2 |
Add a ClassTracker class to more easily track leaks
bug:3376517
Change-Id: Ieb419bc3140963ccbda3e2f130778ec53b2920aa
Diffstat (limited to 'WebCore/platform/graphics/android/TiledPage.h')
-rw-r--r-- | WebCore/platform/graphics/android/TiledPage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/android/TiledPage.h b/WebCore/platform/graphics/android/TiledPage.h index a7402b9..6424f34 100644 --- a/WebCore/platform/graphics/android/TiledPage.h +++ b/WebCore/platform/graphics/android/TiledPage.h @@ -50,9 +50,6 @@ class IntRect; */ class TiledPage { public: -#ifdef DEBUG_COUNT - static int count(); -#endif TiledPage(int id, GLWebViewState* state); ~TiledPage(); |