Merge "[4.0] Enhance application device signal" into tizen_4.0
[platform/core/uifw/dali-adaptor.git] / adaptors / base / thread-controller-interface.h
index 4542fe5..2c8e8eb 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -84,6 +84,11 @@ public:
   virtual void ReplaceSurface( RenderSurface* surface ) = 0;
 
   /**
+   * Resize the surface.
+   */
+  virtual void ResizeSurface() = 0;
+
+  /**
    * @copydoc Dali::Adaptor::SetRenderRefreshRate()
    */
   virtual void SetRenderRefreshRate( unsigned int numberOfVSyncsPerRender ) = 0;