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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 12902002: Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just removing code Created 7 years, 9 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
Index: webkit/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index 05feaa85b830fab3657d803867a7316f69d4ecbc..a5cb019569e6e977dbe941de0eff25daf6b75c71 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -29,8 +29,6 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
WebKit::WebExternalTextureLayerClient* client);
virtual WebKit::WebImageLayer* createImageLayer();
virtual WebKit::WebSolidColorLayer* createSolidColorLayer();
- virtual WebKit::WebVideoLayer* createVideoLayer(
- WebKit::WebVideoFrameProvider*);
virtual WebKit::WebScrollbarLayer* createScrollbarLayer(
WebKit::WebScrollbar* scrollbar,
WebKit::WebScrollbarThemePainter painter,
« no previous file with comments | « webkit/compositor_bindings/compositor_bindings.gyp ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698