Changeset 111194 in webkit


Ignore:
Timestamp:
Mar 19, 2012 9:46:02 AM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Add PlatformMediaEngineClassName for blackberry in platform/graphics/MediaPlayer.cpp
https://bugs.webkit.org/show_bug.cgi?id=81489

Reviewed by Rob Buis.

  • platform/graphics/MediaPlayer.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r111191 r111194  
     12012-03-19  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Add PlatformMediaEngineClassName for blackberry in platform/graphics/MediaPlayer.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=81489
     5
     6        Reviewed by Rob Buis.
     7
     8        * platform/graphics/MediaPlayer.cpp:
     9
    1102012-03-19  Leo Yang  <leo.yang@torchmobile.com.cn>
    211
  • trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp

    r110095 r111194  
    7373#include "MediaPlayerPrivateChromium.h"
    7474#define PlatformMediaEngineClassName MediaPlayerPrivate
     75#elif PLATFORM(BLACKBERRY)
     76#include "MediaPlayerPrivateBlackBerry.h"
     77#define PlatformMediaEngineClassName MediaPlayerPrivate
    7578#endif
    7679
Note: See TracChangeset for help on using the changeset viewer.