Index: third_party/WebKit/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h (revision 11154) |
+++ third_party/WebKit/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h (working copy) |
@@ -88,7 +88,7 @@ |
unsigned totalBytes() const; |
void setVisible(bool); |
- void setRect(const IntRect&); |
+ void setSize(const IntSize&); |
void loadStateChanged(); |
void rateChanged(); |
@@ -131,7 +131,7 @@ |
MediaPlayer::ReadyState m_readyState; |
bool m_startedPlaying; |
mutable bool m_isStreaming; |
- IntRect m_rect; |
+ IntSize m_size; |
bool m_visible; |
cairo_surface_t* m_surface; |
}; |