Remove extra line from unit_tests.isolate
[chromium-blink-merge.git] / cc / LayerTextureUpdater.cpp
blobd4e708f15347e7a380de34effbce8f5d06b21baa
1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "config.h"
7 #include "LayerTextureUpdater.h"
9 namespace cc {
11 LayerTextureUpdater::Texture::Texture(scoped_ptr<CCPrioritizedTexture> texture)
12 : m_texture(texture.Pass())
16 LayerTextureUpdater::Texture::~Texture()
20 bool LayerTextureUpdater::Texture::backingResourceWasEvicted() const
22 return m_texture->backingResourceWasEvicted();