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

Unified Diff: cc/trees/draw_property_utils.h

Issue 1884613005: cc : Simplify layer skipping logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index fcd31bf2a1a552d035648ef01fd9d01203e3473e..6cfcafe847f6ae8d8dd299b2791e562b31e136a8 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -86,16 +86,13 @@ void CC_EXPORT ComputeSurfaceDrawProperties(const PropertyTrees* property_trees,
RenderSurfaceImpl* render_surface);
bool CC_EXPORT LayerShouldBeSkipped(LayerImpl* layer,
- bool layer_is_drawn,
const TransformTree& transform_tree,
const EffectTree& effect_tree);
bool CC_EXPORT LayerNeedsUpdate(Layer* layer,
- bool layer_is_drawn,
const TransformTree& tree);
bool CC_EXPORT LayerNeedsUpdate(LayerImpl* layer,
- bool layer_is_drawn,
const TransformTree& tree);
gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,

Powered by Google App Engine
This is Rietveld 408576698