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

Unified Diff: LayoutTests/compositing/force-compositing-mode/force-composite-empty.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
« no previous file with comments | « no previous file | LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/force-compositing-mode/force-composite-empty.html
diff --git a/LayoutTests/compositing/force-compositing-mode/force-composite-empty.html b/LayoutTests/compositing/force-compositing-mode/force-composite-empty.html
index 38958c8f7200e14baf175bdbbe44c56fbbe6a115..1055a1fa7a4db9576a46a2ab79455309fbed25a1 100644
--- a/LayoutTests/compositing/force-compositing-mode/force-composite-empty.html
+++ b/LayoutTests/compositing/force-compositing-mode/force-composite-empty.html
@@ -3,7 +3,7 @@
<script>
if (window.internals) {
window.internals.settings.setForceCompositingMode(true);
- window.internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
+ window.internals.settings.setCompositedScrollingForFramesEnabled(true);
}
function doTest() {
if (window.testRunner) {
« no previous file with comments | « no previous file | LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698