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

Unified Diff: third_party/WebKit/Source/core/svg/SVGStopElement.h

Issue 2031053004: Reduce LayoutSVGResource*Gradient building dependency on GradientData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/WebKit/Source/core/svg/SVGGradientElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGStopElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStopElement.h b/third_party/WebKit/Source/core/svg/SVGStopElement.h
index 43cab604b1f208dd06272b8d37f2c6af07119b2d..1f21d0726fcb731bb7cc0aae7bf4ffb2f7ab3b3c 100644
--- a/third_party/WebKit/Source/core/svg/SVGStopElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGStopElement.h
@@ -35,7 +35,7 @@ public:
Color stopColorIncludingOpacity() const;
- SVGAnimatedNumber* offset() { return m_offset.get(); }
+ SVGAnimatedNumber* offset() const { return m_offset.get(); }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGGradientElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698