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

Unified Diff: cc/CCSingleThreadProxy.h

Issue 11091028: [cc] Remove all WTF #includes from CCLayerTreeHost (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/CCPrioritizedTextureTest.cpp ('k') | cc/CCSingleThreadProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSingleThreadProxy.h
diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h
index ce7c0b4894357ef8073b2105770bc054e4fc7131..979dbb3907f529f510878397c38a9725c2249d4b 100644
--- a/cc/CCSingleThreadProxy.h
+++ b/cc/CCSingleThreadProxy.h
@@ -10,7 +10,6 @@
#include "CCProxy.h"
#include <base/time.h>
#include <limits>
-#include <wtf/OwnPtr.h>
namespace cc {
@@ -18,7 +17,7 @@ class CCLayerTreeHost;
class CCSingleThreadProxy : public CCProxy, CCLayerTreeHostImplClient {
public:
- static PassOwnPtr<CCProxy> create(CCLayerTreeHost*);
+ static scoped_ptr<CCProxy> create(CCLayerTreeHost*);
virtual ~CCSingleThreadProxy();
// CCProxy implementation
@@ -52,7 +51,7 @@ public:
virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { }
virtual void setNeedsRedrawOnImplThread() OVERRIDE;
virtual void setNeedsCommitOnImplThread() OVERRIDE;
- virtual void postAnimationEventsToMainThreadOnImplThread(PassOwnPtr<CCAnimationEventsVector>, double wallClockTime) OVERRIDE;
+ virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<CCAnimationEventsVector>, double wallClockTime) OVERRIDE;
virtual void releaseContentsTexturesOnImplThread() OVERRIDE;
// Called by the legacy path where RenderWidget does the scheduling.
« no previous file with comments | « cc/CCPrioritizedTextureTest.cpp ('k') | cc/CCSingleThreadProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698