summaryrefslogtreecommitdiffstats
path: root/cc/tiled_layer.h
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 23:16:49 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 23:16:49 +0000
commit0def90db5ab7232ae4848e7960ab70e88adab468 (patch)
tree5305d9f2065484e38c90336445e9a021f05ae133 /cc/tiled_layer.h
parentd28a1a25b7dc2a7c0708005ce272900d50e85667 (diff)
downloadchromium_src-0def90db5ab7232ae4848e7960ab70e88adab468.zip
chromium_src-0def90db5ab7232ae4848e7960ab70e88adab468.tar.gz
chromium_src-0def90db5ab7232ae4848e7960ab70e88adab468.tar.bz2
cc: Store tiles, painters, tiling data in scoped_ptr
BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11144023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/tiled_layer.h')
-rw-r--r--cc/tiled_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index adf8903..aa57819 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -94,7 +94,7 @@ private:
LayerTextureUpdater::SampledTexelFormat m_sampledTexelFormat;
TilingOption m_tilingOption;
- OwnPtr<CCLayerTilingData> m_tiler;
+ scoped_ptr<CCLayerTilingData> m_tiler;
};
}