From da44133fe92ec11fa6b904c498e7e5cd23a43cbf Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Sun, 30 Jan 2011 15:34:46 -0800 Subject: Add a ClassTracker class to more easily track leaks bug:3376517 Change-Id: Ieb419bc3140963ccbda3e2f130778ec53b2920aa --- WebCore/platform/graphics/android/GLWebViewState.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'WebCore/platform/graphics/android/GLWebViewState.h') diff --git a/WebCore/platform/graphics/android/GLWebViewState.h b/WebCore/platform/graphics/android/GLWebViewState.h index 1ef35d3..7fa5e39 100644 --- a/WebCore/platform/graphics/android/GLWebViewState.h +++ b/WebCore/platform/graphics/android/GLWebViewState.h @@ -141,9 +141,6 @@ class LayerAndroid; class GLWebViewState { public: -#ifdef DEBUG_COUNT - static int count(); -#endif enum GLScaleStates { kNoScaleRequest = 0, kWillScheduleRequest = 1, -- cgit v1.1