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

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

Issue 1355713004: Drop virtual LightSource::create (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/platform/graphics/filters/LightSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/DistantLightSource.h
diff --git a/Source/platform/graphics/filters/DistantLightSource.h b/Source/platform/graphics/filters/DistantLightSource.h
index ecf3efdc85c810b4dc84d14ad1101a5c853f7a12..0ffe0577e17cb4966e246da0b181e10fb1d406a3 100644
--- a/Source/platform/graphics/filters/DistantLightSource.h
+++ b/Source/platform/graphics/filters/DistantLightSource.h
@@ -34,11 +34,6 @@ public:
return adoptRef(new DistantLightSource(azimuth, elevation));
}
- PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const override
- {
- return adoptRef(new DistantLightSource(m_azimuth, m_elevation));
- }
-
float azimuth() const { return m_azimuth; }
float elevation() const { return m_elevation; }
« no previous file with comments | « no previous file | Source/platform/graphics/filters/LightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698