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

Unified Diff: Source/core/svg/graphics/SVGImage.h

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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
Index: Source/core/svg/graphics/SVGImage.h
diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
index 02e2ce1d2cb84e05c27f26b757ae76b76692c203..5fba20a2305ab93aba1af4f5bcf8066292d0fee7 100644
--- a/Source/core/svg/graphics/SVGImage.h
+++ b/Source/core/svg/graphics/SVGImage.h
@@ -56,9 +56,6 @@ public:
virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE;
- virtual bool hasRelativeWidth() const OVERRIDE;
- virtual bool hasRelativeHeight() const OVERRIDE;
-
virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
virtual void stopAnimation() OVERRIDE;
virtual void resetAnimation() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698