| 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);
|
|
|