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

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

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.h
diff --git a/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h b/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h
index ddf4b357ad65cba845a5f81e0e25df8d437aa1df..aa868d32f5b30245d4f930c57c0dd30d01e0c1d6 100644
--- a/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h
+++ b/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h
@@ -34,9 +34,6 @@
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
#include <wtf/Threading.h>
-#if PLATFORM(BLACKBERRY)
-#include <BlackBerryPlatformAnimationFrameRateController.h>
-#endif
#if PLATFORM(MAC)
typedef struct __CVDisplayLink *CVDisplayLinkRef;
@@ -74,17 +71,6 @@ private:
PlatformDisplayID m_displayID;
};
-#if PLATFORM(BLACKBERRY)
-class DisplayAnimationClient : public BlackBerry::Platform::AnimationFrameRateClient {
-public:
- DisplayAnimationClient(DisplayRefreshMonitor *);
- ~DisplayAnimationClient() { }
-private:
- virtual void animationFrameChanged();
- DisplayRefreshMonitor *m_monitor;
-};
-#endif
-
//
// Monitor for display refresh messages for a given screen
//
@@ -131,14 +117,6 @@ private:
typedef HashSet<DisplayRefreshMonitorClient*> DisplayRefreshMonitorClientSet;
DisplayRefreshMonitorClientSet m_clients;
-#if PLATFORM(BLACKBERRY)
-public:
- void displayLinkFired();
-private:
- DisplayAnimationClient *m_animationClient;
- void startAnimationClient();
- void stopAnimationClient();
-#endif
#if PLATFORM(MAC)
public:
void displayLinkFired(double nowSeconds, double outputTimeSeconds);

Powered by Google App Engine
This is Rietveld 408576698