From 4e6be3fc92efcbedfedbc003892ad56682058971 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Thu, 7 May 2009 02:24:44 +0000 Subject: Refactor media player to move away from webkit_glue Highlights: 1. WebCore::MediaPlayerPrivate now only has one static method that constructs WebMediaPlayerClient 2. Implementation of WebCore::MediaPlayerPrivateInterface now is WebMediaPlayerClient 3. WebMediaPlayerClient does the delgation to WebMediaPlayer 4. Implemtnation of real media player will go into chrome/renderer and implements WebMediaPlayer Review URL: http://codereview.chromium.org/105007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15492 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/WebKit/WebKit.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webkit/build') diff --git a/webkit/build/WebKit/WebKit.vcproj b/webkit/build/WebKit/WebKit.vcproj index b9eb133..2805c99 100644 --- a/webkit/build/WebKit/WebKit.vcproj +++ b/webkit/build/WebKit/WebKit.vcproj @@ -184,6 +184,14 @@ > + + + + -- cgit v1.1