| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| index 56fe552fe0d63ae8b2afe8a99e37fd5ba24c7770..272b103458262d4f8fdf1d59a4ef73b3952c70ca 100644
|
| --- a/webkit/media/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -130,16 +130,12 @@ class WebMediaPlayerImpl
|
| // Methods for painting.
|
| virtual void setSize(const WebKit::WebSize& size);
|
|
|
| -#if WEBKIT_USING_SKIA
|
| // This variant (without alpha) is just present during staging of this API
|
| // change. Later we will again only have one virtual paint().
|
| virtual void paint(WebKit::WebCanvas* canvas, const WebKit::WebRect& rect);
|
| virtual void paint(WebKit::WebCanvas* canvas,
|
| const WebKit::WebRect& rect,
|
| uint8_t alpha);
|
| -#else
|
| - virtual void paint(WebKit::WebCanvas* canvas, const WebKit::WebRect& rect);
|
| -#endif
|
|
|
| // True if the loaded media has a playable video/audio track.
|
| virtual bool hasVideo() const;
|
|
|