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

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

Issue 693313003: Factor SVGMarkerPainter into SVGShapePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « Source/core/core.gypi ('k') | Source/core/paint/SVGMarkerPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGMarkerPainter.h
diff --git a/Source/core/paint/SVGMarkerPainter.h b/Source/core/paint/SVGMarkerPainter.h
deleted file mode 100644
index 8511b0a98a748b2422bf217b964e32d57931df75..0000000000000000000000000000000000000000
--- a/Source/core/paint/SVGMarkerPainter.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SVGMarkerPainter_h
-#define SVGMarkerPainter_h
-
-namespace blink {
-
-struct PaintInfo;
-struct MarkerPosition;
-class RenderSVGResourceMarker;
-
-class SVGMarkerPainter {
-public:
- SVGMarkerPainter(RenderSVGResourceMarker& renderSVGMarker) : m_renderSVGMarker(renderSVGMarker) { }
-
- void paint(PaintInfo&, const MarkerPosition&, float);
-
-private:
- RenderSVGResourceMarker& m_renderSVGMarker;
-};
-
-} // namespace blink
-
-#endif // SVGMarkerPainter_h
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/paint/SVGMarkerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698