Fix the wrong parameter of ewkViewGetWindowFrame().
authorEunmi Lee <eunmi15.lee@samsung.com>
Fri, 5 Apr 2013 04:47:10 +0000 (13:47 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 5 Apr 2013 05:36:53 +0000 (14:36 +0900)
commit600683b5a11de5944c2f6af60471306b345146e9
treeada0acb526f6137d0f078491c945f3fd99d7cea3
parent8e43ee5250cc6cc54171ab9c9552407ac4904e0a
Fix the wrong parameter of ewkViewGetWindowFrame().

[Title] Fix the wrong parameter of ewkViewGetWindowFrame().
[Issue#]: N/A
[Problem] getWindowFrame() does not work.
[Cause] The first parameter of getWindowFrame() should be ewk_view, but the PageUIClient is set.
[Solution] Set ewk_view for the first parameter of ewkViewGetWindowFrame().

Change-Id: Ie697df42e0e0ffb4992d65f0737e7c6aa29e15c0
Source/WebKit2/UIProcess/efl/PageUIClientEfl.cpp