Fix for screen flickering on page have lots of contents size change
authorChanghyup Jwa <ch.jwa@samsung.com>
Tue, 26 Mar 2013 11:21:12 +0000 (20:21 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 4 Apr 2013 06:18:33 +0000 (15:18 +0900)
commit4d4c83c8df2da88fc5430a80ca562f1376c26406
tree7540d298f6da1fce0636786825659e31ec65360f
parent887e0f94db56df7aaf63093b38af2bebd1c686ae
Fix for screen flickering on page have lots of contents size change

[Title] Fix for screen flickering on page have lots of contents size change
[issue#] Web-2826
[Problem] Screen is flickering continuosly
[Cause] ContentSize is incresing/decreasing continuosly
        and setVisibleContentRect is called whenever it's changed
[Solution] Fit viewport to content only on load finish

Change-Id: I7cf4676804774182a7d7a40aaf100c1e90e6eec0
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h