Chromium Code Reviews| Index: Source/WebCore/svg/SVGPaint.h |
| =================================================================== |
| --- Source/WebCore/svg/SVGPaint.h (revision 86165) |
| +++ Source/WebCore/svg/SVGPaint.h (working copy) |
| @@ -87,6 +87,9 @@ |
| bool matchesTargetURI(const String& referenceId); |
| + static SVGPaint* defaultFill(); |
| + static SVGPaint* defaultStroke(); |
| + |
| private: |
| friend class CSSComputedStyleDeclaration; |