summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_content_layer_impl.h
diff options
context:
space:
mode:
authorchrishtr <chrishtr@chromium.org>2015-11-24 00:11:32 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-24 08:12:18 +0000
commit01539b801aeca7e811e8441fdfad3011098576dd (patch)
tree8860abb19342297a0907d71651c43b3cc882b551 /cc/blink/web_content_layer_impl.h
parent2d71e80d4e4faf90ee7f507dc2b57f0ea562b874 (diff)
downloadchromium_src-01539b801aeca7e811e8441fdfad3011098576dd.zip
chromium_src-01539b801aeca7e811e8441fdfad3011098576dd.tar.gz
chromium_src-01539b801aeca7e811e8441fdfad3011098576dd.tar.bz2
Turn off computation of the interest rect in cc in synchronized paint mode.
To do this, introduces a new render process shared setting for synchronized painting. BUG=552545 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1452353002 Cr-Commit-Position: refs/heads/master@{#361282}
Diffstat (limited to 'cc/blink/web_content_layer_impl.h')
-rw-r--r--cc/blink/web_content_layer_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h
index 79b61d8..228e6ef 100644
--- a/cc/blink/web_content_layer_impl.h
+++ b/cc/blink/web_content_layer_impl.h
@@ -34,6 +34,7 @@ class WebContentLayerImpl : public blink::WebContentLayer,
~WebContentLayerImpl() override;
// ContentLayerClient implementation.
+ gfx::Rect PaintableRegion() override;
scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
const gfx::Rect& clip,
PaintingControlSetting painting_control) override;