Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f40862b

Browse files
committed
[Mac]Initialize is_kiosk_ in constructor
1 parent f820055 commit f40862b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Zhao Cheng <[email protected]>
1010

1111
Ivo Georgiev <[email protected]>
1212
Krill Izotov <[email protected]>
13+
Zhang Chaobin <[email protected]>

src/browser/native_window_mac.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ - (NSRect)contentRectForFrameRect:(NSRect)frameRect {
257257
base::DictionaryValue* manifest)
258258
: NativeWindow(shell, manifest),
259259
is_fullscreen_(false),
260+
is_kiosk_(false),
260261
attention_request_id_(0),
261262
use_system_drag_(true) {
262263
int width, height;

0 commit comments

Comments
 (0)