Keep visible content width on rotation
authorChanghyup Jwa <ch.jwa@samsung.com>
Mon, 3 Jun 2013 07:47:44 +0000 (16:47 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 4 Jun 2013 08:12:58 +0000 (17:12 +0900)
commitf69f2c3a66c7e6c0e0402c6b79597268b70cd8c9
tree3354440ce88491e10efdcae62dc6c7b5e4a99e7a
parent9699702277bbf8a042a9f368f7afae10b2a54bfa
Keep visible content width on rotation

[Title] Keep visible content width on rotation
[Issue#] N_SE-39623
[Problem] Scale factor is not kept after device rotation from portrait to
        landscape and getting back to portrait
[Cause] Webkit just keep current scale factor, not visible content width
[Solution] Keep visible content width on rotation

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