| 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 1508238115e6f7600ade5a4ccca7ff54a3d59577..986fa77919433dfd46dfdb5509a61ae09045eb6b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -61,6 +61,9 @@ class SharedContextRateLimiter;
|
| #define CANVAS2D_HIBERNATION_ENABLED 1
|
| #endif
|
|
|
| +// TODO: Fix background rendering and remove this workaround. crbug.com/600386
|
| +#define CANVAS2D_BACKGROUND_RENDER_SWITCH_TO_CPU 0
|
| +
|
| class PLATFORM_EXPORT Canvas2DLayerBridge : public WebExternalTextureLayerClient, public WebThread::TaskObserver, public RefCounted<Canvas2DLayerBridge> {
|
| WTF_MAKE_NONCOPYABLE(Canvas2DLayerBridge);
|
| public:
|
|
|