| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index b20461472b6dbf94afb4fb8676347c0dfceb6d6c..ae61dad742da389a1289986186709676fc0dff05 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -71,7 +71,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.
|
|
|