| 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 0969307f65d8a74bca7c46110191567875290989..776e1b9f986d860f74bf66f6fc4eb81edb3410ea 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -766,7 +766,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;
|
|
|
|
|