Changeset 60671 in webkit


Ignore:
Timestamp:
Jun 4, 2010 3:24:43 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-04 Victoria Kirst <vrk@google.com>

Reviewed by David Levin.

Modifying the WebMediaPlayer interface to be compatible with
a change in chrome.
This is a part 2 of 3 one-sided changes to chrome and WebKit. Chrome
has been updated, so this commit should NOT break chromium anymore.
https://bugs.webkit.org/show_bug.cgi?id=39445

  • public/WebMediaPlayer.h: Changed buffered() to be non-const.
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r60651 r60671  
     12010-06-04  Victoria Kirst  <vrk@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        Modifying the WebMediaPlayer interface to be compatible with
     6        a change in chrome.
     7        This is a part 2 of 3 one-sided changes to chrome and WebKit. Chrome
     8        has been updated, so this commit should NOT break chromium anymore.
     9        https://bugs.webkit.org/show_bug.cgi?id=39445
     10
     11        * public/WebMediaPlayer.h: Changed buffered() to be non-const.
     12
    1132010-05-26  MORITA Hajime  <morrita@google.com>
    214
  • trunk/WebKit/chromium/public/WebMediaPlayer.h

    r60594 r60671  
    9696    virtual bool setAutoBuffer(bool) = 0;
    9797    virtual bool totalBytesKnown() = 0;
    98     virtual const WebTimeRanges& buffered() const = 0;
     98    virtual const WebTimeRanges& buffered() = 0;
    9999    virtual float maxTimeSeekable() const = 0;
    100100
Note: See TracChangeset for help on using the changeset viewer.