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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 260963008: Fixing crash in PictureLayerImpl::MarkVisibleResourcesAsRequired when low-res tiles are disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring and more unittests for low res disabled. Created 6 years, 7 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
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index e85ef7d4db27a62cbba2be0ac6b7cca9773856a4..3b529f8c94761b1371e57adb2789e3843eafdd16 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -15,7 +15,10 @@ namespace cc {
class CC_EXPORT LayerTreeSettings {
public:
- LayerTreeSettings();
+ LayerTreeSettings(
+ bool impl_side_painting_ = false,
+ bool create_low_res_tiling_ = true
+ );
reveman 2014/05/13 15:38:05 Not sure we should do this. Why should these setti
Sergey 2014/05/14 05:53:35 Done.
~LayerTreeSettings();
bool impl_side_painting;

Powered by Google App Engine
This is Rietveld 408576698