Commit 62f7e225 authored by Vladimir Levin's avatar Vladimir Levin Committed by Commit Bot

Re-enable LayoutViewIsolationNodes.

This patch re-enables isolation nodes for layout views (iframes).

It seems that this causes a memory regression on one of the telemetry
tests, but it seems that it might be a timing issue. The evidence for
this is that the regression happens in free memory (evictable) and
the tile sizes seem to be same or similar with or without the flag.

For more details, see the referenced bug.

R=chrishtr@chromium.org, pdr@chromium.org, wangxianzhu@chromium.org

Bug: 896328
Change-Id: I9c399f253f246364b68980350cec3d14e5690b75
Reviewed-on: https://chromium-review.googlesource.com/c/1292511Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601301}
parent 43ec5ab6
...@@ -676,6 +676,7 @@ ...@@ -676,6 +676,7 @@
}, },
{ {
name: "LayoutViewIsolationNodes", name: "LayoutViewIsolationNodes",
status: "stable",
}, },
{ {
name: "LazyFrameLoading", name: "LazyFrameLoading",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment