| Index: webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h (revision 183008)
|
| +++ webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h (working copy)
|
| @@ -31,8 +31,8 @@
|
| NPObject* other_plugin_instance_object_;
|
|
|
| #if defined(OS_WIN)
|
| - static void CALLBACK TimerProc(HWND window, UINT message, UINT timer_id,
|
| - unsigned long elapsed_milli_seconds);
|
| + static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
|
| + DWORD elapsed_milli_seconds);
|
| UINT_PTR timer_id_;
|
| #endif
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(NPObjectLifetimeTest);
|
| @@ -69,8 +69,8 @@
|
| protected:
|
| NPObject* plugin_instance_object_;
|
| #if defined(OS_WIN)
|
| - static void CALLBACK TimerProc(HWND window, UINT message, UINT timer_id,
|
| - unsigned long elapsed_milli_seconds);
|
| + static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
|
| + DWORD elapsed_milli_seconds);
|
| UINT_PTR timer_id_;
|
| #endif
|
|
|
|
|