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

Unified Diff: media/renderers/gpu_video_accelerator_factories.cc

Issue 1015933004: GpuVideoAcceleratorFactories is a pure abstract base class, needs no implementation file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed gpu_video_accelerator_factories.cc from media.gyp and media/BUILD.gn Created 5 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
« no previous file with comments | « media/renderers/gpu_video_accelerator_factories.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/gpu_video_accelerator_factories.cc
diff --git a/media/renderers/gpu_video_accelerator_factories.cc b/media/renderers/gpu_video_accelerator_factories.cc
deleted file mode 100644
index caea12117c90cc14b56ea3f2262ba95d03ed4d47..0000000000000000000000000000000000000000
--- a/media/renderers/gpu_video_accelerator_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/renderers/gpu_video_accelerator_factories.h"
-
-namespace media {
-
-GpuVideoAcceleratorFactories::~GpuVideoAcceleratorFactories() {}
-
-} // namespace media
« no previous file with comments | « media/renderers/gpu_video_accelerator_factories.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698