diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 00:17:50 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 00:17:50 +0000 |
commit | 173cc090e06c99e15f31fe21d291cd93ba477527 (patch) | |
tree | 2f8439cbe9df4ecb45e1356ac2eb9eeec493e852 /webkit/glue/webplugin.h | |
parent | f66755b7a1ede248fdd76c20721ed802f1ea1dcc (diff) | |
download | chromium_src-173cc090e06c99e15f31fe21d291cd93ba477527.zip chromium_src-173cc090e06c99e15f31fe21d291cd93ba477527.tar.gz chromium_src-173cc090e06c99e15f31fe21d291cd93ba477527.tar.bz2 |
Make more cross-platform
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index c07c08a..db1969a 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -32,12 +32,12 @@ #include <string> #include <vector> -#include <windows.h> #include "base/basictypes.h" #include "base/gfx/rect.h" typedef struct HWND__* HWND; +typedef void* HANDLE; class GURL; class WebFrame; |