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

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

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebsaed Created 6 years, 11 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/svg/SVGViewSpec.cpp ('k') | Source/core/svg/SVGZoomEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGZoomEvent.h
diff --git a/Source/core/svg/SVGZoomEvent.h b/Source/core/svg/SVGZoomEvent.h
index 0ec57a942d07480f5a5c6c9226aad43fbddf838b..09d5b8d2a8b586d8fa36601de1046cb22a975742 100644
--- a/Source/core/svg/SVGZoomEvent.h
+++ b/Source/core/svg/SVGZoomEvent.h
@@ -33,7 +33,7 @@ public:
static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
// 'SVGZoomEvent' functions
- SVGRect zoomRectScreen() const;
+ PassRefPtr<SVGRectTearOff> zoomRectScreen() const;
float previousScale() const;
void setPreviousScale(float);
@@ -53,8 +53,6 @@ private:
float m_newScale;
float m_previousScale;
- SVGRect m_zoomRectScreen;
-
SVGPoint m_newTranslate;
SVGPoint m_previousTranslate;
};
« no previous file with comments | « Source/core/svg/SVGViewSpec.cpp ('k') | Source/core/svg/SVGZoomEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698