| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 43f5ee3ea89ad41b8afd8ba4c307ac95372819b6..406f88f5be2daade167d05bcb5bd4d1cf079a959 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -69,6 +69,7 @@ class Element;
|
| class ElementVisibilityObserver;
|
| class Frame;
|
| class FloatSize;
|
| +class GeometryMapper;
|
| class JSONArray;
|
| class JSONObject;
|
| class LayoutItem;
|
| @@ -1205,6 +1206,8 @@ class CORE_EXPORT FrameView final
|
| // TODO(kenrb): Remove these when https://crbug.com/680606 is resolved.
|
| std::unique_ptr<CompositorAnimationTimeline> m_animationTimeline;
|
| std::unique_ptr<CompositorAnimationHost> m_animationHost;
|
| +
|
| + std::unique_ptr<GeometryMapper> m_geometryMapper;
|
| };
|
|
|
| inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count) {
|
|
|