Enable auto fitting setting value initially
authorChanghyup Jwa <ch.jwa@samsung.com>
Wed, 5 Jun 2013 09:31:09 +0000 (18:31 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 12 Jun 2013 11:26:01 +0000 (20:26 +0900)
commit6876219da35069bd9e90a848c1abdf7a0b8356fa
treef81048022fc25be0e5ec80a00bbdad25f3298f1d
parent5e468a8a08e5e97bf458e08bc75f9786f4d8d866
Enable auto fitting setting value initially

[Title] Enable auto fitting setting value initially
[Issue#] N/A (OSP WebViewer issue report)
[Problem] No way to disable scroll bar right after ewk_view_add()
[Cause] Initially auto fitting is disabled. Plus, disabling this is impossible
        because setting cannot be changed before ewk_view_add()
[Solution] Initially enable auto fitting setting value

Change-Id: I851864a48a71633d4bd52b2471926962c96541e5
Source/WebKit2/Shared/WebPreferencesStore.h
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/ewk_settings.cpp