[Tizen] Add OffscreenApplication
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / adaptor-framework / native-render-surface.h
index 4d4ef37..1efcfb3 100644 (file)
@@ -64,6 +64,12 @@ public: // API
    */
   virtual void WaitUntilSurfaceReplaced() = 0;
 
+  /**
+   * @brief Get the native surface handle
+   * @return The native surface handle
+   */
+  virtual Any GetNativeHandle() = 0;
+
 private: // from NativeRenderSurface
 
   /**