We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e0149 commit ba49016Copy full SHA for ba49016
shell/platform/tizen/tizen_window.h
@@ -19,11 +19,11 @@ class TizenWindow : public TizenViewBase {
19
TizenWindow() = default;
20
virtual ~TizenWindow() = default;
21
22
- virtual void* GetWindowHandle();
+ virtual void* GetWindowHandle() = 0;
23
24
virtual int32_t GetRotation() = 0;
25
26
- virtual void SetPreferredOrientations(const std::vector<int>& rotations);
+ virtual void SetPreferredOrientations(const std::vector<int>& rotations) = 0;
27
28
virtual void* GetRenderTargetDisplay() = 0;
29
0 commit comments