Chromium Code Reviews| Index: Source/core/platform/graphics/GraphicsLayer.h |
| diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h |
| index 740ebbc2eb9a8dc5d15ecb8fd834e1686e174a94..607158483ff38e45f448a5534f8e1fefc77175f3 100644 |
| --- a/Source/core/platform/graphics/GraphicsLayer.h |
| +++ b/Source/core/platform/graphics/GraphicsLayer.h |
| @@ -403,7 +403,7 @@ public: |
| static bool supportsBackgroundColorContent() |
| { |
| - return true; |
| + return false; |
| } |
| void updateDebugIndicators(); |