Change snapshot operation for fixing blink issue
authorYunchan Cho <yunchan.cho@samsung.com>
Tue, 6 Aug 2013 12:27:16 +0000 (21:27 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 9 Aug 2013 07:22:36 +0000 (16:22 +0900)
commit0112c5b082e35e167e6385cf456a98fe8b66cebd
tree3c030ba17e4fc06f27cf56fca91f82f01f51efda
parent1ae5587b8e65bb5dedc2e30a7aa88da844f3761f
Change snapshot operation for fixing blink issue

[Issue] N/A
[Problem] When Pd is opened, its box is blinked for a while
[Cause] To show PD slide effect, Home requests its window to dali engine.
        even if web-provider doesn't prepare valid frame on render buffers for web dbox,
        dali graphic engine updates Homescreen's window using the buffer of web dbox.
        So sometimes, buffer for web dbox is showed as blank on Homescreen's window for a while.
[Solution] web-provider keep last snapshot of each web dbox by finishing to load box page.

Change-Id: Idb1d9d5d23270729c222e7226c1abba0dafb1f94
src/Core/Buffer/PdRenderBuffer.cpp
src/Core/Buffer/RenderBuffer.cpp
src/Daemon/main.cpp
src/Plugin/AppBoxPlugin/AppBoxObserver.cpp
src/Plugin/AppBoxPlugin/AppBoxObserver.h
src/Plugin/AppBoxPlugin/AppBoxRenderBuffer.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h