| 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;
|
|
|