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

Unified Diff: media/filters/mock_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: d9b0059b Comments, fixes from debugging. Works now. Created 7 years, 4 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/mock_gpu_video_decoder_factories.cc
diff --git a/media/filters/mock_gpu_video_decoder_factories.cc b/media/filters/mock_gpu_video_decoder_factories.cc
deleted file mode 100644
index 9a16a802c9ddcab51d9b629931c89bb6ec584c9c..0000000000000000000000000000000000000000
--- a/media/filters/mock_gpu_video_decoder_factories.cc
+++ /dev/null
@@ -1,13 +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/mock_gpu_video_decoder_factories.h"
-
-namespace media {
-
-MockGpuVideoDecoderFactories::MockGpuVideoDecoderFactories() {}
-
-MockGpuVideoDecoderFactories::~MockGpuVideoDecoderFactories() {}
-
-} // namespace media

Powered by Google App Engine
This is Rietveld 408576698