Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html

Issue 2192493003: Enable GPU acceleration in 2D OffscreenCanvases on main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dev tools failure Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html b/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html
index 2d77866d5b546c665c48afafe71b299eb43688a8..25fe1869c432a06496b6a4eacf697594b4782978 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-radius-mask-canvas.html
@@ -17,7 +17,7 @@
<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';

Powered by Google App Engine
This is Rietveld 408576698