| Index: remoting/host/capturer_mac.cc
|
| diff --git a/remoting/host/capturer_mac.cc b/remoting/host/capturer_mac.cc
|
| index 0e0b90eefd499f582d4695f8c2986e5220f93b7f..bb9f8591672e041e2ee6d478a244912596f28ecb 100644
|
| --- a/remoting/host/capturer_mac.cc
|
| +++ b/remoting/host/capturer_mac.cc
|
| @@ -249,7 +249,7 @@ void CapturerMac::ScreenConfigurationChanged() {
|
| int height = CGDisplayPixelsHigh(mainDevice);
|
| InvalidateScreen(gfx::Size(width, height));
|
|
|
| - if (CGDisplayIsBuiltin(mainDevice)) {
|
| + if (!CGDisplayUsesOpenGLAcceleration(mainDevice)) {
|
| VLOG(3) << "OpenGL support not available.";
|
| return;
|
| }
|
|
|