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

Unified Diff: LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt

Issue 402613006: Fixing 2D canvas invalidation region tracking. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixups and baselines Created 6 years, 5 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: LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
index 3850dbbd150bf941076d86f473e1bf2e9f71136b..40bde51fb4d13152147e9beebbfe71242649b349 100644
--- a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
+++ b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
@@ -10,7 +10,12 @@
"bounds": [300, 300],
"children": [
{
- "bounds": [200, 200]
+ "bounds": [200, 200],
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200],
+ [0, 0, 200, 200]
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698