| 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 df6f2312d0c32ab4aa56bbc3697f0c34dbb39ff7..c3dc4ca90bcf96764858f8056302ec018e6032fa 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -60,7 +60,9 @@ class SharedContextRateLimiter;
|
| #define CANVAS2D_HIBERNATION_ENABLED 0
|
|
|
| // IOSurfaces are a primitive only present on OS X.
|
| -#define USE_IOSURFACE_FOR_2D_CANVAS 1
|
| +// 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
|
| #else
|
| #define CANVAS2D_HIBERNATION_ENABLED 1
|
| #define USE_IOSURFACE_FOR_2D_CANVAS 0
|
|
|