Implement base class to enable EvasPlugin to create the scene for rendering 33/204033/12
authorRichard Huang <r.huang@samsung.com>
Thu, 18 Apr 2019 15:51:12 +0000 (16:51 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 3 May 2019 09:33:16 +0000 (10:33 +0100)
commit0227b3a0b65bfdf1c5e1cad971cc018efca1055f
treeaf37831e06f3c2d2f0260a1b5ca48cd0909aa257
parent250122dde84c781682b0e49ed2d82e0206a411d6
Implement base class to enable EvasPlugin to create the scene for rendering

Change-Id: Ia502f492240a20769356889434357a8626344f96
15 files changed:
build/tizen/adaptor/Makefile.am
dali/devel-api/adaptor-framework/application-devel.cpp
dali/integration-api/adaptor.h
dali/integration-api/file.list
dali/integration-api/scene-holder-impl.cpp [new file with mode: 0644]
dali/integration-api/scene-holder-impl.h [new file with mode: 0644]
dali/integration-api/scene-holder.cpp [new file with mode: 0644]
dali/integration-api/scene-holder.h [new file with mode: 0644]
dali/internal/adaptor/common/adaptor-impl.cpp
dali/internal/adaptor/common/adaptor-impl.h
dali/internal/adaptor/common/adaptor.cpp
dali/internal/adaptor/common/application-impl.cpp
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/common/window-impl.h
dali/public-api/adaptor-framework/window.cpp