Index: third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas-with-shadow.html |
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas-with-shadow.html b/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas-with-shadow.html |
index bf368f04cf431265cbc8842ef1fb7ff32bb68d01..ab5c0e4ec909934b85c04bcaffd9bc84ddd73c23 100644 |
--- a/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas-with-shadow.html |
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas-with-shadow.html |
@@ -21,11 +21,11 @@ |
<canvas id="theCanvas" width="257" height="257"></canvas> |
<script> |
if (window.internals) { |
- internals.settings.setAccelerated2dCanvasEnabled(true); |
+ internals.runtimeFlags.accelerated2dCanvasEnabled = true; |
} |
var context = theCanvas.getContext('2d'); |
context.fillStyle = 'green'; |
- context.fillRect(0, 0, theCanvas.width, theCanvas.width); |
+ context.fillRect(0, 0, theCanvas.width, theCanvas.width); |
</script> |
</body> |
</html> |