Index: cc/output/renderer_capabilities_impl.cc |
diff --git a/cc/output/renderer_capabilities_impl.cc b/cc/output/renderer_capabilities_impl.cc |
deleted file mode 100644 |
index c4fe2c8ab318d89961d1416bada44907f3748386..0000000000000000000000000000000000000000 |
--- a/cc/output/renderer_capabilities_impl.cc |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2012 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 "cc/output/renderer_capabilities_impl.h" |
- |
-namespace cc { |
- |
-RendererCapabilitiesImpl::RendererCapabilitiesImpl() = default; |
-RendererCapabilitiesImpl::~RendererCapabilitiesImpl() = default; |
- |
-} // namespace cc |