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

Unified Diff: cc/layers/layer_impl.h

Issue 187343007: Adding fading effect for paint rectangles in HUD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index e1fcfc1a00c847fe6c520f9f0152d097d83142f2..2f4bc339e2e762d0a8b378a941fe68c5192e19df 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -448,9 +448,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
void SetStackingOrderChanged(bool stacking_order_changed);
- bool LayerPropertyChanged() const {
- return layer_property_changed_ || LayerIsAlwaysDamaged();
- }
+ bool LayerPropertyChanged() const { return layer_property_changed_; }
caseq 2014/03/05 13:20:59 Is this a related change?
malch 2014/03/05 14:43:26 Done.
void ResetAllChangeTrackingForSubtree();

Powered by Google App Engine
This is Rietveld 408576698