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

Unified Diff: Source/core/svg/SVGDocument.h

Issue 14839007: Devirtualize Document class type checking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Try again Created 7 years, 7 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 | « Source/core/html/PluginDocument.cpp ('k') | Source/core/svg/SVGDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.h
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
index ccb320628bf8502b591854736f08a78111fb5722..f3512090a0c47509d3a2db00355bd167f31e3582 100644
--- a/Source/core/svg/SVGDocument.h
+++ b/Source/core/svg/SVGDocument.h
@@ -51,8 +51,6 @@ public:
private:
SVGDocument(Frame*, const KURL&);
- virtual bool isSVGDocument() const { return true; }
-
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
FloatPoint m_translate;
« no previous file with comments | « Source/core/html/PluginDocument.cpp ('k') | Source/core/svg/SVGDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698