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

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

Powered by Google App Engine
This is Rietveld 408576698