| Index: webrtc/modules/desktop_capture/win/window_capture_utils.h
|
| diff --git a/webrtc/modules/desktop_capture/win/window_capture_utils.h b/webrtc/modules/desktop_capture/win/window_capture_utils.h
|
| index 2a3a470c59e64a012c48182402102f848d3ac3b1..c7301d41b5514930ac89e4293e8097828544ed02 100644
|
| --- a/webrtc/modules/desktop_capture/win/window_capture_utils.h
|
| +++ b/webrtc/modules/desktop_capture/win/window_capture_utils.h
|
| @@ -22,4 +22,7 @@ bool GetCroppedWindowRect(HWND window,
|
| DesktopRect* cropped_rect,
|
| DesktopRect* original_rect);
|
|
|
| +// Returns true if desktop composition (Aero) is enabled.
|
| +bool IsAeroEnabled();
|
| +
|
| } // namespace webrtc
|
|
|