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

Unified Diff: Source/core/paint/SVGFilterPainter.h

Issue 1034683002: [S.P.] Use LayoutObject references in SVGFilterPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/paint/SVGFilterPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGFilterPainter.h
diff --git a/Source/core/paint/SVGFilterPainter.h b/Source/core/paint/SVGFilterPainter.h
index 0e7dc0d02d55b661bcc0ce5582797f5ae4acbe93..1d6768d714da552014f4c87b286507cf456b9299 100644
--- a/Source/core/paint/SVGFilterPainter.h
+++ b/Source/core/paint/SVGFilterPainter.h
@@ -17,8 +17,8 @@ public:
// Returns the context that should be used to paint the filter contents, or
// null if the content should not be recorded.
- GraphicsContext* prepareEffect(LayoutObject*, GraphicsContext*);
- void finishEffect(LayoutObject*, GraphicsContext*);
+ GraphicsContext* prepareEffect(LayoutObject&, GraphicsContext*);
+ void finishEffect(LayoutObject&, GraphicsContext*);
private:
LayoutSVGResourceFilter& m_filter;
« no previous file with comments | « no previous file | Source/core/paint/SVGFilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698