Skip to content

Commit 6f45c99

Browse files
committed
Refactor TizenRenderers (#215)
1 parent c80bd80 commit 6f45c99

File tree

5 files changed

+221
-252
lines changed

5 files changed

+221
-252
lines changed

shell/platform/tizen/tizen_renderer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class TizenRenderer {
5757
int32_t height,
5858
int32_t degree) = 0;
5959
virtual void SetPreferredOrientations(const std::vector<int>& rotations) = 0;
60+
6061
virtual bool IsSupportedExtension(const char* name) = 0;
6162

6263
protected:

0 commit comments

Comments
 (0)