| 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 c3dc4ca90bcf96764858f8056302ec018e6032fa..df6f2312d0c32ab4aa56bbc3697f0c34dbb39ff7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -60,9 +60,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
|
|
|