| Index: webkit/glue/webmediaplayer_impl.h
|
| ===================================================================
|
| --- webkit/glue/webmediaplayer_impl.h (revision 80026)
|
| +++ webkit/glue/webmediaplayer_impl.h (working copy)
|
| @@ -102,7 +102,7 @@
|
| WebDataSourceBuildObserverHack* GetBuildObserver();
|
|
|
| // Methods for WebMediaPlayerImpl -> Filter communication.
|
| - void Paint(skia::PlatformCanvas* canvas, const gfx::Rect& dest_rect);
|
| + void Paint(SkCanvas* canvas, const gfx::Rect& dest_rect);
|
| void SetSize(const gfx::Rect& rect);
|
| void Detach();
|
| void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
|
|
|