Fix official builder compile error when building aura on windows
commit6cbdc7b14f382a976c78699d1fd145a9eecfad49
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 22 Jan 2013 18:43:58 +0000 (22 18:43 +0000)
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 22 Jan 2013 18:43:58 +0000 (22 18:43 +0000)
tree2bbbc2fc7c08efc919dd5d4885d76c92f1c2cfc8
parent71936c22e8a6815314c62cba2c58036824e16031
Fix official builder compile error when building aura on windows

The error is in the chrome_frame_common project
chrome_frame_automation.cc (833) : error C2440: '=' cannot convert from HWND to gfx::NativeWindow

That is because in aura the gfx::NativeWindow is a aura::Window* instead of HWND

BUG=171018
TEST=see bug
Review URL: https://codereview.chromium.org/12022038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178037 0039d316-1c4b-4281-b951-d872f2087c98
chrome/common/automation_messages.h
chrome/common/automation_messages_internal.h
chrome/test/automation/automation_proxy.cc
chrome/test/automation/automation_proxy.h
content/common/content_message_generator.cc
content/public/common/common_param_traits.h