| Index: content/browser/renderer_host/compositing_iosurface_mac.mm
|
| diff --git a/content/browser/renderer_host/compositing_iosurface_mac.mm b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| index 5cae414a956e92a4c92b8668e17fdbe0b54c3492..e6fae6bafff7fbedebd1673aab2fe6a1a3399010 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| @@ -217,7 +217,7 @@ void CompositingIOSurfaceMac::CopyContext::PrepareForAsynchronousReadback() {
|
|
|
|
|
| // static
|
| -CompositingIOSurfaceMac* CompositingIOSurfaceMac::Create() {
|
| +scoped_refptr<CompositingIOSurfaceMac> CompositingIOSurfaceMac::Create() {
|
| IOSurfaceSupport* io_surface_support = IOSurfaceSupport::Initialize();
|
| if (!io_surface_support) {
|
| LOG(ERROR) << "No IOSurface support";
|
|
|