diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 02:24:44 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 02:24:44 +0000 |
commit | 4e6be3fc92efcbedfedbc003892ad56682058971 (patch) | |
tree | caa72331addc9a7f348394cc330c6b1ba1bac623 /webkit/build | |
parent | 4492c17d67cfbd62ef28e18871c3a08dd07248d9 (diff) | |
download | chromium_src-4e6be3fc92efcbedfedbc003892ad56682058971.zip chromium_src-4e6be3fc92efcbedfedbc003892ad56682058971.tar.gz chromium_src-4e6be3fc92efcbedfedbc003892ad56682058971.tar.bz2 |
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
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebKit/WebKit.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebMediaPlayer.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebMediaPlayerClient.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebPluginListBuilder.h" > </File> |