Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: cc/TiledLayerChromiumTest.cpp

Issue 11035071: [cc] Remove all WTF #includes from CCLayerTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/TiledLayerChromium.cpp ('k') | cc/test/CCTiledLayerTestCommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/TiledLayerChromiumTest.cpp
diff --git a/cc/TiledLayerChromiumTest.cpp b/cc/TiledLayerChromiumTest.cpp
index 11de0c76c91c447798fd4c954fd331dcddc1c80d..61728a35fbe48c9c707997122bcfc9831a14ac05 100644
--- a/cc/TiledLayerChromiumTest.cpp
+++ b/cc/TiledLayerChromiumTest.cpp
@@ -165,7 +165,7 @@ public:
CCRenderingStats m_stats;
FakeTextureUploader m_uploader;
CCPriorityCalculator m_priorityCalculator;
- OwnPtr<CCPrioritizedTextureManager> m_textureManager;
+ scoped_ptr<CCPrioritizedTextureManager> m_textureManager;
TestCCOcclusionTracker* m_occlusion;
};
« no previous file with comments | « cc/TiledLayerChromium.cpp ('k') | cc/test/CCTiledLayerTestCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698