Skip to content

Commit f6dda15

Browse files
committed
Fix code review issues
1 parent c6b4fec commit f6dda15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flutter/shell/platform/tizen/tizen_renderer_vulkan.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
2-
// Copyright 2024 Samsung Electronics Co., Ltd. All rights reserved.
1+
// Copyright 2025 Samsung Electronics Co., Ltd. All rights reserved.
32
// Use of this source code is governed by a BSD-style license that can be
43
// found in the LICENSE file.
54

65
#include "flutter/shell/platform/tizen/tizen_renderer_vulkan.h"
6+
77
#include <stddef.h>
88
#include <vulkan/vulkan_wayland.h>
99
#include <optional>
10+
1011
#include "flutter/shell/platform/tizen/flutter_tizen_engine.h"
1112
#include "flutter/shell/platform/tizen/logger.h"
1213

flutter/shell/platform/tizen/tizen_renderer_vulkan.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
// Copyright 2024 Samsung Electronics Co., Ltd. All rights reserved.
1+
// Copyright 2025 Samsung Electronics Co., Ltd. All rights reserved.
32
// Use of this source code is governed by a BSD-style license that can be
43
// found in the LICENSE file.
54

0 commit comments

Comments
 (0)