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

Unified Diff: Source/platform/graphics/filters/PointLightSource.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/PointLightSource.h
diff --git a/Source/platform/graphics/filters/PointLightSource.h b/Source/platform/graphics/filters/PointLightSource.h
index 0ac5f2f9a15c94294e116fd7c3bf09cd68345350..3ae6f9fc9bcf986e98644bdba08ff0fd5ba59e5b 100644
--- a/Source/platform/graphics/filters/PointLightSource.h
+++ b/Source/platform/graphics/filters/PointLightSource.h
@@ -43,9 +43,6 @@ public:
const FloatPoint3D& position() const { return m_position; }
virtual bool setPosition(const FloatPoint3D&) 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/LightSource.h ('k') | Source/platform/graphics/filters/PointLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698