From 6c098deb57e5f1b3b4e722d8c416374564aa17e0 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 12 Sep 2013 13:00:28 +0800 Subject: [PATCH] :lipstick: Fix cpplint warnings. --- browser/native_window_win.cc | 2 +- script/cpplint.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/native_window_win.cc b/browser/native_window_win.cc index babb0e58508..c8ac370e0c8 100644 --- a/browser/native_window_win.cc +++ b/browser/native_window_win.cc @@ -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(); diff --git a/script/cpplint.py b/script/cpplint.py index 54c0674c366..2ee68e08d80 100755 --- a/script/cpplint.py +++ b/script/cpplint.py @@ -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',