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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.cc

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.cc
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
index b0efb22935e1c1da458dd1fd82d78ceb501699fd..caca2cb6e95b93efc982419179404b88295edc7b 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.cc
+++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
@@ -20,7 +20,6 @@
#include "webkit/compositor_bindings/web_solid_color_layer_impl.h"
#include "webkit/compositor_bindings/web_transform_animation_curve_impl.h"
#include "webkit/compositor_bindings/web_transform_operations_impl.h"
-#include "webkit/compositor_bindings/web_video_layer_impl.h"
#include "webkit/glue/webthread_impl.h"
#include "webkit/support/webkit_support.h"
@@ -40,8 +39,6 @@ using WebKit::WebScrollbarThemePainter;
using WebKit::WebSolidColorLayer;
using WebKit::WebTransformAnimationCurve;
using WebKit::WebTransformOperations;
-using WebKit::WebVideoFrameProvider;
-using WebKit::WebVideoLayer;
namespace webkit {
@@ -71,11 +68,6 @@ WebSolidColorLayer* WebCompositorSupportImpl::createSolidColorLayer() {
return new WebSolidColorLayerImpl();
}
-WebVideoLayer* WebCompositorSupportImpl::createVideoLayer(
- WebKit::WebVideoFrameProvider* provider) {
- return new WebVideoLayerImpl(provider);
-}
-
WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
WebScrollbar* scrollbar,
WebScrollbarThemePainter painter,
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.h ('k') | webkit/compositor_bindings/web_to_ccvideo_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698