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

Unified Diff: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt

Issue 358153003: Get rid of one-off paint invalidation code for paints-into-ancestor compositing state (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comment from vollick@ Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/core/rendering/compositing/CompositedLayerMapping.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
index bbda46df37e97f1442affaeb7c692267c8d02ee7..5dcb42cf03764be68d99c9c5438d2c0ef242866e 100644
--- a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
@@ -70,6 +70,7 @@ CASE 2, scrolling y to 80, new layers will be squashed, so things repaint:
"drawsContent": true,
"backgroundColor": "#00FFFF",
"repaintRects": [
+ [0, 0, 200, 100],
[0, 0, 200, 100]
]
},
@@ -157,6 +158,7 @@ CASE 4, scrolling y to 170 new layers will be squashed, so things repaint:
"drawsContent": true,
"backgroundColor": "#00FF00",
"repaintRects": [
+ [0, 0, 200, 100],
[0, 0, 200, 100]
]
},
« no previous file with comments | « no previous file | Source/core/rendering/compositing/CompositedLayerMapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698