Remove unused variable

This commit is contained in:
Kevin Sawicki 2017-02-14 11:13:23 -08:00
parent 5cb6648686
commit 643cb5d6de

View file

@ -696,7 +696,6 @@ void NativeWindowViews::Center() {
}
void NativeWindowViews::Invalidate() {
const gfx::Rect& bounds = GetBounds();
window_->SchedulePaintInRect(gfx::Rect(GetBounds().size()));
}