projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde310f
)
Drop nullable for consistency
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 3 Mar 2017 22:07:59 +0000
(14:07 -0800)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 3 Mar 2017 22:07:59 +0000
(14:07 -0800)
atom/browser/native_window_mac.mm
patch
|
blob
|
history
diff --git
a/atom/browser/native_window_mac.mm
b/atom/browser/native_window_mac.mm
index d2ca6b8621d172a0fc81eeba80a9bac1f6e80879..c88469a9c8a15c28b0b7e841249d7dba677fe929 100644
(file)
--- a/
atom/browser/native_window_mac.mm
+++ b/
atom/browser/native_window_mac.mm
@@
-389,8
+389,8
@@
bool ScopedDisableResize::disable_resize_ = false;
return nil;
}
-- (
nullable
NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
-
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
+- (NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
+ makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
if (touchBar && atom_touch_bar_)
return [atom_touch_bar_ makeItemForIdentifier:identifier];
else