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

Unified Diff: Source/core/layout/style/SVGLayoutStyleDefs.h

Issue 980233002: [svg2] Make 'cx', 'cy' and 'r' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 9 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/layout/style/SVGLayoutStyleDefs.h
diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGLayoutStyleDefs.h
index 3bd1bcbf2aa792cd059e9261cefea8765dbb82ca..627b6ee15791ebf5b87d660b785bdb49ac2801db 100644
--- a/Source/core/layout/style/SVGLayoutStyleDefs.h
+++ b/Source/core/layout/style/SVGLayoutStyleDefs.h
@@ -274,8 +274,11 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
{
return !(*this == other);
}
+ Length cx;
fs 2015/03/09 12:34:33 (Just a note) We're now at 7 * 8 = 56 bytes (paylo
Erik Dahlström (inactive) 2015/03/09 13:59:02 Yes, we might want to compact or split this in the
+ Length cy;
Length x;
Length y;
+ Length r;
Length rx;
Length ry;
private:

Powered by Google App Engine
This is Rietveld 408576698