| Index: views/widget/native_widget_win.cc
|
| diff --git a/views/widget/native_widget_win.cc b/views/widget/native_widget_win.cc
|
| index aa4e8501c3349721252d2adcb2875f46784356e2..c7bd91f601fc8b04e8a18a28d9dd3b4030504e70 100644
|
| --- a/views/widget/native_widget_win.cc
|
| +++ b/views/widget/native_widget_win.cc
|
| @@ -1122,6 +1122,9 @@ gfx::Rect NativeWidgetWin::GetWorkAreaBoundsInScreen() const {
|
| return gfx::Screen::GetMonitorWorkAreaNearestWindow(GetNativeView());
|
| }
|
|
|
| +void NativeWidgetWin::SetInactiveRenderingDisabled(bool value) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeWidgetWin, MessageLoop::Observer implementation:
|
|
|
|
|