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

Unified Diff: third_party/WebKit/LayoutTests/compositing/content-changed-chicken-egg.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/compositing/content-changed-chicken-egg.html
diff --git a/third_party/WebKit/LayoutTests/compositing/content-changed-chicken-egg.html b/third_party/WebKit/LayoutTests/compositing/content-changed-chicken-egg.html
index fc9aad51d20299d6a966f11d54863c5c53597c15..be5303b445d962ad1120d2caf8348745099bd962 100644
--- a/third_party/WebKit/LayoutTests/compositing/content-changed-chicken-egg.html
+++ b/third_party/WebKit/LayoutTests/compositing/content-changed-chicken-egg.html
@@ -21,7 +21,7 @@
if (window.internals) {
window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
- window.internals.settings.setAccelerated2dCanvasEnabled(true);
+ window.internals.runtimeFlags.accelerated2dCanvasEnabled = true;
}
function doTest() {

Powered by Google App Engine
This is Rietveld 408576698