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

Unified Diff: LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html

Issue 239533002: Combine settings about compositing scrollable frames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/force-compositing-mode/overflow-iframe-layer.html
diff --git a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
index 9db23b60a4739c97d1d5c39ac0d9cb28322d4020..71c85a77e22d0b8ab9095b4a21bb535b4ebc50a9 100644
--- a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
+++ b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
@@ -9,7 +9,7 @@
<script>
if (window.internals) {
internals.settings.setForceCompositingMode(true);
- internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
+ internals.settings.setCompositedScrollingForFramesEnabled(true);
}
function doTest()
{

Powered by Google App Engine
This is Rietveld 408576698