Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10391041: remove WEBKIT_USING_SKIA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698