mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-15 11:09:16 +00:00
13 lines
683 B
C++
13 lines
683 B
C++
diff --git a/layout/style/nsStyleStruct.h b/layout/style/nsStyleStruct.h
|
|
index 37945cdc8fc664f9a21999ee147fb241f3e55dfd..2694aae35e911cce2fa2c39409333960675fdeeb 100644
|
|
--- a/layout/style/nsStyleStruct.h
|
|
+++ b/layout/style/nsStyleStruct.h
|
|
@@ -2087,6 +2087,7 @@ struct MOZ_NEEDS_MEMMOVABLE_MEMBERS nsStyleUIReset {
|
|
// The margin of the window region that should be transparent to events.
|
|
mozilla::StyleLength mMozWindowInputRegionMargin;
|
|
mozilla::StyleTransform mMozWindowTransform;
|
|
+ mozilla::StyleTransformOrigin mWindowTransformOrigin;
|
|
|
|
nsStyleAutoArray<mozilla::StyleTransition> mTransitions;
|
|
// The number of elements in mTransitions that are not from repeating
|