Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-10-28 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r70814. http://trac.webkit.org/changeset/70814 https://bugs.webkit.org/show_bug.cgi?id=48612 Caused media/controls-drag-timebar.html to fail on multiple platforms (Requested by aroben on #webkit). * media/video-seek-by-small-increment-expected.txt: Removed. * media/video-seek-by-small-increment.html: Removed. 2010-10-28 Sheriff Bot <webkit.review.bot@gmail.com> Unreviewed, rolling out r70814. http://trac.webkit.org/changeset/70814 https://bugs.webkit.org/show_bug.cgi?id=48612 Caused media/controls-drag-timebar.html to fail on multiple platforms (Requested by aroben on #webkit). * html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::seek): * platform/graphics/MediaPlayer.cpp: * platform/graphics/MediaPlayer.h: * platform/graphics/MediaPlayerPrivate.h: * platform/graphics/mac/MediaPlayerPrivateQTKit.h: * platform/graphics/mac/MediaPlayerPrivateQTKit.mm: * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp: * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.h: * platform/graphics/win/QTMovie.cpp: * platform/graphics/win/QTMovie.h: Canonical link: https://commits.webkit.org/61347@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@70837 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
9c4aa0e
commit 15cc364b2cba81be7281947d0f9414583e7808f7
Showing
14 changed files
with
33 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -274,8 +274,6 @@ class MediaPlayer : public Noncopyable { | ||
|
||
bool hasSingleSecurityOrigin() const; | ||
|
||
float mediaTimeForTimeValue(float) const; | ||
|
||
private: | ||
MediaPlayer(MediaPlayerClient*); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -115,8 +115,6 @@ class QTMOVIEWIN_API QTMovie : public RefCounted<QTMovie> { | ||
|
||
Movie getMovieHandle() const; | ||
|
||
long timeScale() const; | ||
|
||
private: | ||
QTMoviePrivate* m_private; | ||
friend class QTMoviePrivate; | ||