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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h

Issue 2625133003: Handle geometry effects of filters in GeometryMapper (Closed)
Patch Set: - Created 3 years, 10 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/paint/GeometryMapper.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
index c0d63d657158c59cc5cc0abe946f85949218a39d..85f619141912be601892c52362b824a816f8f0c0 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
@@ -177,6 +177,12 @@ class PLATFORM_EXPORT GeometryMapper {
const PropertyTreeState& ancestorState,
bool& success);
+ FloatClipRect slowLocalToAncestorVisualRectWithEffects(
+ const FloatRect&,
+ const PropertyTreeState& localState,
+ const PropertyTreeState& ancestorState,
+ bool& success);
+
// Returns the precomputed data if already set, or adds and memoizes a new
// PrecomputedDataForAncestor otherwise.
PrecomputedDataForAncestor& getPrecomputedDataForAncestor(

Powered by Google App Engine
This is Rietveld 408576698