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

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

Issue 112633004: Use a bitmask for SVG render object types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Minor cleanups Created 7 years 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/RenderSVGPath.h
diff --git a/Source/core/rendering/svg/RenderSVGPath.h b/Source/core/rendering/svg/RenderSVGPath.h
index 8cec15c4c9282ac56a813018b735a8d44ebb657c..ca56153a19f364b8f1bf5307764759c4d0ae4b7d 100644
--- a/Source/core/rendering/svg/RenderSVGPath.h
+++ b/Source/core/rendering/svg/RenderSVGPath.h
@@ -36,8 +36,8 @@ public:
virtual ~RenderSVGPath();
private:
- virtual bool isSVGPath() const OVERRIDE { return true; }
virtual const char* renderName() const { return "RenderSVGPath"; }
+ virtual SVGType getSVGType() const OVERRIDE { return IsSVGPath; }
virtual void updateShapeFromElement() OVERRIDE;
FloatRect calculateUpdatedStrokeBoundingBox() const;
« no previous file with comments | « Source/core/rendering/svg/RenderSVGInlineText.h ('k') | Source/core/rendering/svg/RenderSVGResourceContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698