Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h

Issue 12298002: Make npapi_test_plugin build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « webkit/plugins/npapi/test/plugin_geturl_test.cc ('k') | webkit/plugins/npapi/test/plugin_npobject_lifetime_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698