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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

Issue 643893002: Store [-webkit-]perspective-origin as a LengthPoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index 7649b17d33aed370f9c2094262c46acb4935feda..3d858af097d5f4c6a2eadeaf6364d7dc6d74ce72 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -96,8 +96,7 @@ public:
AspectRatio m_aspectRatio;
float m_perspective;
- Length m_perspectiveOriginX;
- Length m_perspectiveOriginY;
+ LengthPoint m_perspectiveOrigin;
LineClampValue lineClamp; // An Apple extension.
DraggableRegionMode m_draggableRegionMode;

Powered by Google App Engine
This is Rietveld 408576698