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

Unified Diff: Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp
diff --git a/Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp b/Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp
index 423d14726aadc3f23e4acc65a10f1d791c8ded9c..5a0218486486c6d108fdaa43f4ce07af3d63d191 100644
--- a/Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp
+++ b/Source/WebCore/platform/graphics/DisplayRefreshMonitor.cpp
@@ -62,9 +62,6 @@ DisplayRefreshMonitor::DisplayRefreshMonitor(PlatformDisplayID displayID)
#if PLATFORM(MAC)
, m_displayLink(0)
#endif
-#if PLATFORM(BLACKBERRY)
- , m_animationClient(0)
-#endif
{
}

Powered by Google App Engine
This is Rietveld 408576698