Updates following removal of Configuration::ContextLoss enum 48/243048/1
authorDavid Steele <david.steele@samsung.com>
Wed, 2 Sep 2020 16:10:49 +0000 (17:10 +0100)
committerDavid Steele <david.steele@samsung.com>
Wed, 2 Sep 2020 16:10:49 +0000 (17:10 +0100)
Change-Id: Icc91a9c572e21ff17a896688027617441d3a92f9

dali-extension/internal/evas-plugin/evas-plugin-impl.cpp

index 91ee2f51b2b46abcf5f1c9685f587420a379c41f..fc95a63b2db48ea4f78e33502da5216acd9eb176 100755 (executable)
@@ -53,7 +53,7 @@ EvasPlugin::EvasPlugin( Evas_Object* parentEvasObject, uint16_t width, uint16_t
   // Generate DALi adaptor
   NativeRenderSurface* surface = static_cast<NativeRenderSurface*>( scenePtr->GetSurface() );
 
-  mAdaptor = &Adaptor::New( Dali::Integration::SceneHolder( scenePtr.Get() ), *surface, Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS );
+  mAdaptor = &Adaptor::New( Dali::Integration::SceneHolder( scenePtr.Get() ), *surface );
 
   // Initialize default scene
   scenePtr->Initialize( this, true );