Index: cc/LayerTextureUpdater.cpp |
diff --git a/cc/LayerTextureUpdater.cpp b/cc/LayerTextureUpdater.cpp |
deleted file mode 100644 |
index d4e708f15347e7a380de34effbce8f5d06b21baa..0000000000000000000000000000000000000000 |
--- a/cc/LayerTextureUpdater.cpp |
+++ /dev/null |
@@ -1,25 +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 "config.h" |
- |
-#include "LayerTextureUpdater.h" |
- |
-namespace cc { |
- |
-LayerTextureUpdater::Texture::Texture(scoped_ptr<CCPrioritizedTexture> texture) |
- : m_texture(texture.Pass()) |
-{ |
-} |
- |
-LayerTextureUpdater::Texture::~Texture() |
-{ |
-} |
- |
-bool LayerTextureUpdater::Texture::backingResourceWasEvicted() const |
-{ |
- return m_texture->backingResourceWasEvicted(); |
-} |
- |
-} |