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

Unified Diff: LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html

Issue 8506028: Merge 99485 - Source/WebCore: Create a separate setting for compositing of for scrollable [i]frames (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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/platform/chromium/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/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html
===================================================================
--- LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html (revision 99757)
+++ LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html (working copy)
@@ -1,8 +1,10 @@
<html>
<head>
<script>
- if (window.internals)
+ if (window.internals) {
window.internals.setForceCompositingMode(document, true);
+ window.internals.setEnableCompositingForScrollableFrames(document, true);
+ }
function doTest() {
if (window.layoutTestController) {
document.getElementById("layertree").innerText = layoutTestController.layerTreeAsText();
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698