| Index: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| index de919e1b639bb3c7ab48c740db659abc2fcd7916..d20048a66337eddd36eeb29f2fd433e38aebe34e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| @@ -86,6 +86,12 @@ class PropertyTreeManager {
|
|
|
| private:
|
| void BuildEffectNodesRecursively(const EffectPaintPropertyNode* next_effect);
|
| + void BuildEffectNode(const EffectPaintPropertyNode*);
|
| +
|
| + void BuildRoundedClipEffectNodesBetween(
|
| + const ClipPaintPropertyNode* descendant_clip,
|
| + const ClipPaintPropertyNode* ancestor_clip);
|
| + void BuildRoundedClipEffect(const ClipPaintPropertyNode*);
|
|
|
| cc::TransformTree& GetTransformTree();
|
| cc::ClipTree& GetClipTree();
|
|
|