| Index: third_party/WebKit/Source/web/RotationViewportAnchor.h
|
| diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.h b/third_party/WebKit/Source/web/RotationViewportAnchor.h
|
| index 9d512c55b08b93abdd55b730ca7705cf891a85d8..6aa31308c7a4a728e073b27100d763e59803248b 100644
|
| --- a/third_party/WebKit/Source/web/RotationViewportAnchor.h
|
| +++ b/third_party/WebKit/Source/web/RotationViewportAnchor.h
|
| @@ -51,7 +51,7 @@ private:
|
| // normalized to the outer viewport size.
|
| FloatSize m_normalizedVisualViewportOffset;
|
|
|
| - RefPtrWillBeMember<Node> m_anchorNode;
|
| + Member<Node> m_anchorNode;
|
| LayoutRect m_anchorNodeBounds;
|
|
|
| FloatSize m_anchorInInnerViewCoords;
|
|
|