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

Unified Diff: cc/layers/layer.h

Issue 2360003002: cc: Compute SurfacePropertyChanged without depending on owning layer (Closed)
Patch Set: Address review 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
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 02240014219a5b5f9b64516c8651f19fe4aee387..2acd5cd9979523cf9bf43a06f11099514757c28a 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -474,9 +474,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
void SetSubtreePropertyChanged();
bool subtree_property_changed() const { return subtree_property_changed_; }
- void SetLayerPropertyChanged();
- bool layer_property_changed() const { return layer_property_changed_; }
-
void SetMayContainVideo(bool yes);
void DidBeginTracing();
@@ -723,7 +720,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
bool should_check_backface_visibility_ : 1;
bool force_render_surface_for_testing_ : 1;
bool subtree_property_changed_ : 1;
- bool layer_property_changed_ : 1;
bool may_contain_video_ : 1;
SkColor safe_opaque_background_color_;
// draw_blend_mode may be different than blend_mode_,
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698