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

Unified Diff: Source/platform/graphics/filters/Filter.h

Issue 337903003: Map light-source oBB-relative coordinates to the user-space of the filter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/platform/graphics/filters/Filter.h
diff --git a/Source/platform/graphics/filters/Filter.h b/Source/platform/graphics/filters/Filter.h
index 70b8e8448a56db4188b6e649e544691d0d43caa0..d16659a0aff3b7c784da907aee294f5fea25ed63 100644
--- a/Source/platform/graphics/filters/Filter.h
+++ b/Source/platform/graphics/filters/Filter.h
@@ -70,6 +70,7 @@ public:
{
return value * m_absoluteTransform.d();
}
+ virtual FloatPoint3D resolve3dPoint(const FloatPoint3D& point) const { return point; }
virtual IntRect sourceImageRect() const = 0;

Powered by Google App Engine
This is Rietveld 408576698