Chromium Code Reviews| Index: cc/CCSingleThreadProxy.h |
| diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h |
| index e8d0f05eaa729aa0b26fb1ad84596edbd73b62da..8e0594c96d07b3528808f4d428fd2fcb5c60e100 100644 |
| --- a/cc/CCSingleThreadProxy.h |
| +++ b/cc/CCSingleThreadProxy.h |
| @@ -61,7 +61,7 @@ private: |
| explicit CCSingleThreadProxy(CCLayerTreeHost*); |
| bool commitAndComposite(); |
| - void doCommit(CCTextureUpdateQueue&); |
| + void doCommit(PassOwnPtr<CCTextureUpdateQueue>); |
| bool doComposite(); |
| void didSwapFrame(); |