💄 Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2013-09-12 13:00:28 +08:00
parent cf4a566290
commit 6c098deb57
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -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',