diff options
-rw-r--r-- | remoting/host/capturer_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_mac.cc b/remoting/host/capturer_mac.cc index 0e0b90ee..bb9f8591 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; } |