summaryrefslogtreecommitdiffstats
path: root/cc/single_thread_proxy.h
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 05:03:59 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 05:03:59 +0000
commitb1b800c69645b72c13df44a5b770d5b295b194fb (patch)
tree9448c3a8efd9e40e5111a365566e72aaca93d601 /cc/single_thread_proxy.h
parentae6869bda2b92bf1321243be7dffe684561d1172 (diff)
downloadchromium_src-b1b800c69645b72c13df44a5b770d5b295b194fb.zip
chromium_src-b1b800c69645b72c13df44a5b770d5b295b194fb.tar.gz
chromium_src-b1b800c69645b72c13df44a5b770d5b295b194fb.tar.bz2
cc: Remove wtf includes from base / thread / single_thread proxy
R=jamesr@chromium.org BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11154028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/single_thread_proxy.h')
-rw-r--r--cc/single_thread_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
index 979dbb3..2bbacef 100644
--- a/cc/single_thread_proxy.h
+++ b/cc/single_thread_proxy.h
@@ -61,7 +61,7 @@ private:
explicit CCSingleThreadProxy(CCLayerTreeHost*);
bool commitAndComposite();
- void doCommit(PassOwnPtr<CCTextureUpdateQueue>);
+ void doCommit(scoped_ptr<CCTextureUpdateQueue>);
bool doComposite();
void didSwapFrame();