Rescale if scale factor exceeds scalable range by changed contents size
authorChanghyup Jwa <ch.jwa@samsung.com>
Sun, 12 May 2013 00:49:19 +0000 (09:49 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 4 Jun 2013 08:10:49 +0000 (17:10 +0900)
commit5fedfaeb78cafae515d83dcb5791f542cca6c1a4
treec315ee9ba3d6382bcbf09f333881fde30f57f8b2
parent0d7266acef9d61f0f4466d5c558a526fac31c1e7
Rescale if scale factor exceeds scalable range by changed contents size

[Title] Rescale if scale factor exceeds scalable range by changed contents size
[Issue#] N_SE-38068
[Problem] Rotate from landscape to portrait on Google's "Feeling Lucky" page,
         empty space is displayed on right side.
[Cause] Contents size is changed smaller lately after updating scale factor
[Solution] If scale factor exceeds scalable range by changed contents size,
        update scale factor with adjusted value.

Change-Id: Ie16865278097878bdd859343bc064ae7ff576c13
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp