summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-04-11 17:45:39 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-04-12 08:43:55 +0000
commit7c379772b23503a23dae8985bb2473952046931d (patch)
tree9196db85aaa1354fa96a07a40108b8f271770624
parentaa9e7d7264980e8ca189dcae4d841cf0e33e03db (diff)
Disable mask-tiling until we support it
This messes up tiling for us, we probably need support in composition for it. Task-number: QTBUG-67585 Change-Id: I197f2a4cfd68c4095b0bea9c2a2ecc458641503a Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-rw-r--r--chromium/cc/trees/layer_tree_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/trees/layer_tree_settings.h b/chromium/cc/trees/layer_tree_settings.h
index b82941432df..397305f8036 100644
--- a/chromium/cc/trees/layer_tree_settings.h
+++ b/chromium/cc/trees/layer_tree_settings.h
@@ -90,7 +90,7 @@ class CC_EXPORT LayerTreeSettings {
int max_preraster_distance_in_screen_pixels = 1000;
viz::ResourceFormat preferred_tile_format;
- bool enable_mask_tiling = true;
+ bool enable_mask_tiling = false;
// If set to true, the compositor may selectively defer image decodes to the
// Image Decode Service and raster tiles without images until the decode is