Skip to content

Commit 5b4af99

Browse files
committed
Apply review comment
1 parent 31480fb commit 5b4af99

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

flutter/shell/platform/tizen/tizen_clipboard.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include "tizen_clipboard.h"
66

7-
#include <cstring>
87
#include <unistd.h>
8+
#include <cstring>
99

1010
#include "flutter/shell/platform/tizen/logger.h"
1111
#include "flutter/shell/platform/tizen/tizen_window.h"

flutter/shell/platform/tizen/tizen_input_method_context_tcore.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_H_
6-
#define EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_H_
5+
#ifndef EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_TCORE_H_
6+
#define EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_TCORE_H_
77

88
#include <tizen_core_imf.h>
99

@@ -100,4 +100,4 @@ class TizenInputMethodContext {
100100

101101
} // namespace flutter
102102

103-
#endif // EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_H_
103+
#endif // EMBEDDER_TIZEN_INPUT_METHOD_CONTEXT_TCORE_H_

flutter/shell/platform/tizen/tizen_window_tcore_wl.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ TizenWindowTcoreWl::TizenWindowTcoreWl(TizenGeometry geometry,
164164
bool top_level,
165165
bool pointing_device_support,
166166
bool floating_menu_support,
167-
void* window_handle = nullptr,
168-
bool is_vulkan = false)
167+
void* window_handle,
168+
bool is_vulkan)
169169
: TizenWindow(geometry, transparent, focusable, top_level)
170170
#ifdef TV_PROFILE
171171
,

0 commit comments

Comments
 (0)