Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 35a7c50c1d2711e32b7377f3efe4f59559fbfe55..0dca5d07e70dee7b551d7f610c8c912c5c690809 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. |