| 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 e9c1059f1eb30ce1f643cb8f72b2e36ab0e03bce..cd1ba7dcb8894f54d5453e7ebf6e23bfaa41f741 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -757,7 +757,7 @@ private:
|
| std::unique_ptr<TracedValue> analyzerCounters();
|
|
|
| // LayoutObject for the viewport-defining element (see Document::viewportDefiningElement).
|
| - LayoutObject* viewportLayoutObject();
|
| + LayoutObject* viewportLayoutObject() const;
|
|
|
| void collectAnnotatedRegions(LayoutObject&, Vector<AnnotatedRegionValue>&) const;
|
|
|
|
|