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

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

Issue 677443003: [SVG] Remove calculateDeviceSpaceTransformation() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGRenderingContext.h
diff --git a/Source/core/rendering/svg/SVGRenderingContext.h b/Source/core/rendering/svg/SVGRenderingContext.h
index 87089943896f0184b3cc1304729d85418c1b6003..181f0c4280c8a1724c4f98078fd45838a2dd30ad 100644
--- a/Source/core/rendering/svg/SVGRenderingContext.h
+++ b/Source/core/rendering/svg/SVGRenderingContext.h
@@ -85,7 +85,6 @@ public:
static void renderSubtree(GraphicsContext*, RenderObject*);
static float calculateScreenFontSizeScalingFactor(const RenderObject*);
- static void calculateDeviceSpaceTransformation(const RenderObject*, AffineTransform& absoluteTransform);
// Support for the buffered-rendering hint.
bool bufferForeground(OwnPtr<ImageBuffer>&);
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698