diff --git a/shell/platform/tizen/tizen_window.h b/shell/platform/tizen/tizen_window.h index a8250da058097..2b78edb3c1a7b 100644 --- a/shell/platform/tizen/tizen_window.h +++ b/shell/platform/tizen/tizen_window.h @@ -19,11 +19,11 @@ class TizenWindow : public TizenViewBase { TizenWindow() = default; virtual ~TizenWindow() = default; - virtual void* GetWindowHandle(); + virtual void* GetWindowHandle() = 0; virtual int32_t GetRotation() = 0; - virtual void SetPreferredOrientations(const std::vector& rotations); + virtual void SetPreferredOrientations(const std::vector& rotations) = 0; virtual void* GetRenderTargetDisplay() = 0;