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

Unified Diff: Source/core/svg/SVGFEDistantLightElement.cpp

Issue 19097005: Remove one SVG animated type special case from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix the regressions Created 7 years, 5 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/core/svg/SVGFEDistantLightElement.cpp
diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp
index ba480c545f0a2d1a8f04716af90f9782a13d5e8c..9a93c7ce7335143ff946fbbefc312035e9c7576d 100644
--- a/Source/core/svg/SVGFEDistantLightElement.cpp
+++ b/Source/core/svg/SVGFEDistantLightElement.cpp
@@ -40,7 +40,7 @@ PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const Qual
PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const
{
- return DistantLightSource::create(azimuth(), elevation());
+ return DistantLightSource::create(azimuthCurrentValue(), elevationCurrentValue());
}
}

Powered by Google App Engine
This is Rietveld 408576698