| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 0fae4dcf41b4a6729fd8e69a6933edfdfba16fe9..1046720e8d1de96c0babdf7042bd0752610fcea5 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -72,7 +72,7 @@ private:
|
|
|
| bool commitAndComposite();
|
| void doCommit(scoped_ptr<ResourceUpdateQueue>);
|
| - bool doComposite();
|
| + bool doComposite(WebKit::WebGraphicsContext3D* offscreenContext3d, GrContext* offscreenGrContext);
|
| void didSwapFrame();
|
|
|
| // Accessed on main thread only.
|
|
|