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

Unified Diff: Source/core/rendering/svg/RenderSVGResourceGradient.h

Issue 638933002: Introduce SVGPaintServer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Extra sure about manual shadow-restore. Created 6 years, 2 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/core/rendering/svg/RenderSVGResourceGradient.h
diff --git a/Source/core/rendering/svg/RenderSVGResourceGradient.h b/Source/core/rendering/svg/RenderSVGResourceGradient.h
index 2c9a8d8d102b76a23c0ab3c4b96aab4d6ed8f356..9ef1d3dd1e8aaaa302a4700e6189d60eda4e54c9 100644
--- a/Source/core/rendering/svg/RenderSVGResourceGradient.h
+++ b/Source/core/rendering/svg/RenderSVGResourceGradient.h
@@ -48,8 +48,7 @@ public:
virtual void removeAllClientsFromCache(bool markForInvalidation = true) override final;
virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) override final;
- virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*, RenderSVGResourceModeFlags) override final;
- virtual void postApplyResource(GraphicsContext*) override final;
+ virtual bool preparePaintServer(RenderObject*, RenderStyle*, RenderSVGResourceModeFlags, SVGPaintServer&) override final;
protected:
void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;

Powered by Google App Engine
This is Rietveld 408576698