| Index: third_party/WebKit/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/graphics/MediaPlayerPrivate.h (revision 11154)
|
| +++ third_party/WebKit/WebCore/platform/graphics/MediaPlayerPrivate.h (working copy)
|
| @@ -77,7 +77,7 @@
|
| virtual unsigned totalBytes() const = 0;
|
| virtual unsigned bytesLoaded() const = 0;
|
|
|
| - virtual void setRect(const IntRect&) = 0;
|
| + virtual void setSize(const IntSize&) = 0;
|
|
|
| virtual void paint(GraphicsContext*, const IntRect&) = 0 ;
|
|
|
|
|