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

Unified Diff: Source/platform/graphics/filters/DistantLightSource.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
« no previous file with comments | « no previous file | Source/platform/graphics/filters/DistantLightSource.cpp » ('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 1df94bddea0b200d2966003972d793122a29e77c..ac288ad8ab76827c76c752d4510f058bcb4c2b3e 100644
--- a/Source/platform/graphics/filters/DistantLightSource.h
+++ b/Source/platform/graphics/filters/DistantLightSource.h
@@ -45,9 +45,6 @@ public:
virtual bool setAzimuth(float) override;
virtual bool setElevation(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 | « no previous file | Source/platform/graphics/filters/DistantLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698