💄 Fix cpplint warnings.
This commit is contained in:
parent
cf4a566290
commit
6c098deb57
2 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,7 @@ views::NonClientFrameView* NativeWindowWin::CreateNonClientFrameView(
|
|||
|
||||
return new NativeWindowFramelessView(widget, this);
|
||||
}
|
||||
|
||||
|
||||
void NativeWindowWin::OnViewWasResized() {
|
||||
// Set the window shape of the RWHV.
|
||||
gfx::Size sz = web_view_->size();
|
||||
|
|
1
script/cpplint.py
vendored
1
script/cpplint.py
vendored
|
@ -12,6 +12,7 @@ IGNORE_FILES = [
|
|||
'browser/atom_application_delegate_mac.h',
|
||||
'browser/native_window_mac.h',
|
||||
'browser/ui/atom_menu_controller_mac.h',
|
||||
'browser/ui/cocoa/custom_frame_view.h',
|
||||
'browser/ui/nsalert_synchronous_sheet_mac.h',
|
||||
'common/api/api_messages.cc',
|
||||
'common/api/api_messages.h',
|
||||
|
|
Loading…
Reference in a new issue