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

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

Issue 647723002: Remove -webkit-aspect-ratio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forgot to remove webkitAspectRatio from virtual/stable. :( 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 33bde86f6708984b508f32d7c95b931dfc95d571..02b2eeb5ee73613c30dd2a9e8fd1d420f810508f 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -92,9 +92,6 @@ public:
float opacity; // Whether or not we're transparent.
- float m_aspectRatioDenominator;
- float m_aspectRatioNumerator;
-
float m_perspective;
Length m_perspectiveOriginX;
Length m_perspectiveOriginY;
@@ -179,8 +176,6 @@ public:
unsigned m_runningTransformAnimationOnCompositor : 1;
unsigned m_runningFilterAnimationOnCompositor : 1;
- unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified.
-
unsigned m_effectiveBlendMode: 5; // EBlendMode
unsigned m_touchAction : TouchActionBits; // TouchAction
« no previous file with comments | « Source/core/rendering/style/RenderStyle.h ('k') | Source/core/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698