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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h

Issue 2859673004: Implement rational overflow clipping in SPv2 (Closed)
Patch Set: 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/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();

Powered by Google App Engine
This is Rietveld 408576698