Title: [111194] trunk/Source/WebCore
- Revision
- 111194
- Author
- [email protected]
- Date
- 2012-03-19 09:46:02 -0700 (Mon, 19 Mar 2012)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (111193 => 111194)
--- trunk/Source/WebCore/ChangeLog 2012-03-19 16:43:26 UTC (rev 111193)
+++ trunk/Source/WebCore/ChangeLog 2012-03-19 16:46:02 UTC (rev 111194)
@@ -1,5 +1,14 @@
2012-03-19 Leo Yang <[email protected]>
+ [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:
+
+2012-03-19 Leo Yang <[email protected]>
+
[BlackBerry] Upstream the BlackBerry change to platform/PlatformKeyboardEvent.h
https://bugs.webkit.org/show_bug.cgi?id=81312
Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp (111193 => 111194)
--- trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp 2012-03-19 16:43:26 UTC (rev 111193)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp 2012-03-19 16:46:02 UTC (rev 111194)
@@ -72,6 +72,9 @@
#elif PLATFORM(CHROMIUM)
#include "MediaPlayerPrivateChromium.h"
#define PlatformMediaEngineClassName MediaPlayerPrivate
+#elif PLATFORM(BLACKBERRY)
+#include "MediaPlayerPrivateBlackBerry.h"
+#define PlatformMediaEngineClassName MediaPlayerPrivate
#endif
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes