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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 2334003003: cc : Compute visible rects dynamically (1) (Closed)
Patch Set: comment Created 4 years, 3 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_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 108374c1defb3a957fa6b7c25bedef96ce75d43a..0d263f289a47e1aea08d5c1f0d9bc407dfde31cd 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -250,7 +250,9 @@ class CC_EXPORT LayerTreeImpl {
// Updates draw properties and render surface layer list, as well as tile
// priorities. Returns false if it was unable to update. Updating lcd
// text may cause invalidations, so should only be done after a commit.
- bool UpdateDrawProperties(bool update_lcd_text);
+ bool UpdateDrawProperties(
+ bool update_lcd_text,
+ bool force_skip_verify_visible_rect_calculations = false);
void BuildPropertyTreesForTesting();
void BuildLayerListAndPropertyTreesForTesting();

Powered by Google App Engine
This is Rietveld 408576698