Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 0fae4dcf41b4a6729fd8e69a6933edfdfba16fe9..a15d412e9eed1e86fde53cbad853eafe8045f081 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); |
void didSwapFrame(); |
// Accessed on main thread only. |