Index: content/child/npapi/webplugin_delegate_impl.h |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl.h (revision 244508) |
+++ content/child/npapi/webplugin_delegate_impl.h (working copy) |
@@ -386,13 +386,11 @@ |
// GetProcAddress intercepter for windowless plugins. |
static FARPROC WINAPI GetProcAddressPatch(HMODULE module, LPCSTR name); |
-#if defined(USE_AURA) |
// WindowFromPoint patch for Flash windowless plugins. When flash receives |
// mouse move messages it calls the WindowFromPoint API to eventually convert |
// the mouse coordinates to screen. We need to return the dummy plugin parent |
// window for Aura to ensure that these conversions occur correctly. |
static HWND WINAPI WindowFromPointPatch(POINT point); |
-#endif |
// The mouse hook proc which handles mouse capture in windowed plugins. |
static LRESULT CALLBACK MouseHookProc(int code, WPARAM wParam, |