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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutation.h

Issue 2765053002: Avoid exposing cc::Layer tree to CompositorProxy (Closed)
Patch Set: Rebase onto blink reformat Created 3 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: third_party/WebKit/Source/platform/graphics/CompositorMutation.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
index de6fabc96ec74c99ddca38d50d87d2f99824ca07..8b5be7aeee01ae302cb93eb6e273f38adce75f1f 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
@@ -49,6 +49,8 @@ class CompositorMutation {
float ScrollTop() const { return scroll_top_; }
SkMatrix44 Transform() const { return transform_; }
+ uint32_t mutatedProperties() const { return mutated_flags_; }
+
private:
uint32_t mutated_flags_ = 0;
float opacity_ = 0;

Powered by Google App Engine
This is Rietveld 408576698