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

Unified Diff: cc/CCThreadProxy.h

Issue 11111003: cc: Convert processScrollDeltas() to scoped_ptr<>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/CCSingleThreadProxy.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCThreadProxy.h
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
index 1e4f7031fb3d93a4cd562e25ebfee820b3b714e1..a6ea6acbbc22c464483c928c491150877f7acd4e 100644
--- a/cc/CCThreadProxy.h
+++ b/cc/CCThreadProxy.h
@@ -86,7 +86,7 @@ private:
~BeginFrameAndCommitState();
double monotonicFrameBeginTime;
- OwnPtr<CCScrollAndScaleSet> scrollInfo;
+ scoped_ptr<CCScrollAndScaleSet> scrollInfo;
WebKit::WebTransformationMatrix implTransform;
CCPrioritizedTextureManager::BackingVector evictedContentsTexturesBackings;
size_t memoryAllocationLimitBytes;
« no previous file with comments | « cc/CCSingleThreadProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698