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

Unified Diff: Source/platform/graphics/filters/LightSource.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
Index: Source/platform/graphics/filters/LightSource.h
diff --git a/Source/platform/graphics/filters/LightSource.h b/Source/platform/graphics/filters/LightSource.h
index 340a7915606d70ae1afde54968cb57e055615bd8..ca05369bf1dab83ec0b833d696030e9a7fda3e5b 100644
--- a/Source/platform/graphics/filters/LightSource.h
+++ b/Source/platform/graphics/filters/LightSource.h
@@ -50,8 +50,6 @@ public:
LightType type() const { return m_type; }
virtual TextStream& externalRepresentation(TextStream&) const = 0;
- virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const = 0;
-
virtual bool setAzimuth(float) { return false; }
virtual bool setElevation(float) { return false; }
virtual bool setPosition(const FloatPoint3D&) { return false; }
« no previous file with comments | « Source/platform/graphics/filters/DistantLightSource.h ('k') | Source/platform/graphics/filters/PointLightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698