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

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

Issue 951523002: Remove PaintingData from LightSource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/platform/graphics/filters/SpotLightSource.h
diff --git a/Source/platform/graphics/filters/SpotLightSource.h b/Source/platform/graphics/filters/SpotLightSource.h
index 16a4bc18169d76404055fc8214811c5aed67d493..c62324b56f0d881cc1dbdac869577a823e580c1f 100644
--- a/Source/platform/graphics/filters/SpotLightSource.h
+++ b/Source/platform/graphics/filters/SpotLightSource.h
@@ -53,9 +53,6 @@ public:
virtual bool setSpecularExponent(float) override;
virtual bool setLimitingConeAngle(float) override;
- virtual void initPaintingData(PaintingData&) const override;
- virtual void updatePaintingData(PaintingData&, int x, int y, float z) const override;
-
virtual TextStream& externalRepresentation(TextStream&) const override;
private:
« no previous file with comments | « Source/platform/graphics/filters/PointLightSource.cpp ('k') | Source/platform/graphics/filters/SpotLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698