Index: cc/layer_updater.cc |
diff --git a/cc/layer_updater.cc b/cc/layer_updater.cc |
deleted file mode 100644 |
index 43073aa8160cc559e9e8972d8365796ecab3fcc2..0000000000000000000000000000000000000000 |
--- a/cc/layer_updater.cc |
+++ /dev/null |
@@ -1,16 +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/layer_updater.h" |
- |
-#include "cc/prioritized_resource.h" |
- |
-namespace cc { |
- |
-LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture) |
- : texture_(texture.Pass()) {} |
- |
-LayerUpdater::Resource::~Resource() {} |
- |
-} // namespace cc |