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

Unified Diff: media/filters/gpu_video_decoder_factories.cc

Issue 20632002: Add media::VideoEncodeAccelerator with WebRTC integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: 4cd5068c WIP - almost done, just comments (and debugging prints) left Created 7 years, 5 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: media/filters/gpu_video_decoder_factories.cc
diff --git a/media/filters/gpu_video_decoder_factories.cc b/media/filters/gpu_video_decoder_factories.cc
deleted file mode 100644
index 67d24ce37733b1e73f955af01eb2e4f2527b7c91..0000000000000000000000000000000000000000
--- a/media/filters/gpu_video_decoder_factories.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "media/filters/gpu_video_decoder_factories.h"
-
-namespace media {
-
-GpuVideoDecoderFactories::~GpuVideoDecoderFactories() {}
-
-} // namespace media

Powered by Google App Engine
This is Rietveld 408576698