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

Unified Diff: LayoutTests/compositing/will-change/gpu-rasterization-hint.html

Issue 207513002: Compute style-determined compositing reasons during recalc style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No longer friends Created 6 years, 9 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/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/will-change/gpu-rasterization-hint.html
diff --git a/LayoutTests/compositing/will-change/gpu-rasterization-hint.html b/LayoutTests/compositing/will-change/gpu-rasterization-hint.html
index 8fb777c9b2020c0bcbae98a654549fcf0a84a65d..6f3ca8e328f0b5075822282b678b6da98cfd5dfb 100644
--- a/LayoutTests/compositing/will-change/gpu-rasterization-hint.html
+++ b/LayoutTests/compositing/will-change/gpu-rasterization-hint.html
@@ -79,8 +79,11 @@
</style>
<script>
- if (window.internals)
+ if (window.internals) {
window.internals.settings.setAcceleratedCompositingForGpuRasterizationHintEnabled(true);
+ // Force an update of the compositing triggers.
+ window.internals.layerTreeAsText(document);
+ }
if (window.testRunner) {
testRunner.dumpAsText();
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698