| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index fc314beb886a030e78ba5244354acdb5359d5ccf..9584567e4a34901f9953c97b4439db6dace9f898 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -66,9 +66,7 @@ class SharedContextRateLimiter;
|
| #define CANVAS2D_HIBERNATION_ENABLED 0
|
|
|
| // IOSurfaces are a primitive only present on OS X.
|
| -// TODO(erikchen): Re-enable this after debugging for
|
| -// https://bugs.chromium.org/p/chromium/issues/detail?id=595754.
|
| -#define USE_IOSURFACE_FOR_2D_CANVAS 0
|
| +#define USE_IOSURFACE_FOR_2D_CANVAS 1
|
| #else
|
| #define CANVAS2D_HIBERNATION_ENABLED 1
|
| #define USE_IOSURFACE_FOR_2D_CANVAS 0
|
|
|