Add a flag for pre-rendering for rotation in TizenExtensibleAPI.
authoreojin.ham <eojin.ham@samsung.com>
Tue, 30 Apr 2013 09:09:30 +0000 (18:09 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 30 Apr 2013 10:42:18 +0000 (19:42 +0900)
commit9694b844de5b9aec11c25cc990fa3cf11e35051f
treea25e76c9062d972b18a82377383d66531072e504
parentbc7762cafc1cfdb26566151ad0afa06bfcf41c1b
Add a flag for pre-rendering for rotation in TizenExtensibleAPI.

[Title] Add a flag for pre-rendering for rotation in TizenExtensibleAPI.
[Problem]
[Cause] It is necessary to have different behavior between browser and web app during rotating device.
        Logic of TIZEN_PRERENDERING_FOR_ROTATION will be applied to web app at every rotation.
        But it will be applied to browser only in fullscreen mode.
[Solution] Add a flag for pre-rendering for rotate in TizenExtensibleAPI.

Change-Id: Ic2972cf8f5d34b589ff0093b9e9f54b5fee4f9c8
Source/WebCore/platform/efl/tizen/TizenExtensibleAPI.cpp
Source/WebCore/platform/efl/tizen/TizenExtensibleAPI.h
Source/WebKit2/UIProcess/API/C/WKContext.h
Source/WebKit2/UIProcess/API/efl/ewk_context.h