|
Promote RenderLayers that have a transition on opacity, transform, or filter
This is behind a setting that is false by default. By promoting these
layers ahead of time (rather than waiting for a transition to start), we
avoid janking at the start of a transition while we paint the newly-promoted
layer.
BUG= 178119
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150600
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+179 lines, -19 lines) |
Patch |
 |
A |
LayoutTests/compositing/transitions/transitions-have-composited-layers.html
|
View
|
1
2
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt
|
View
|
1
2
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/public/WebSettings.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/src/WebSettingsImpl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/src/WebSettingsImpl.cpp
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/Settings.in
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayer.h
|
View
|
1
|
1 chunk |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayerCompositor.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayerCompositor.cpp
|
View
|
1
2
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/DumpRenderTree/chromium/DumpRenderTree.cpp
|
View
|
1
2
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/DumpRenderTree/chromium/TestRunner/src/WebPreferences.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/DumpRenderTree/chromium/TestShell.h
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/DumpRenderTree/chromium/TestShell.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|