Chromium Code Reviews| Index: webkit/glue/webkitclient_impl.h |
| =================================================================== |
| --- webkit/glue/webkitclient_impl.h (revision 45810) |
| +++ webkit/glue/webkitclient_impl.h (working copy) |
| @@ -69,6 +69,7 @@ |
| virtual void setSharedTimerFireTime(double fireTime); |
| virtual void stopSharedTimer(); |
| virtual void callOnMainThread(void (*func)()); |
| + virtual void callOnMainThread(void (*func)(void*), void* context); |
| void SuspendSharedTimer(); |
| void ResumeSharedTimer(); |