| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 3a0afe6b26eced4f7b1da621d1a31ecda20cb535..fc6ee3067e9cc4a61599a6f7a16e7f40060c84d3 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -44,7 +44,6 @@
|
|
|
| namespace blink {
|
| class WebScrollbarLayer;
|
| -class WebLayer;
|
| }
|
|
|
| namespace blink {
|
| @@ -120,8 +119,6 @@ class CORE_EXPORT VisualViewport final
|
| // if page scale factor is left unchanged.
|
| bool magnifyScaleAroundAnchor(float magnifyDelta, const FloatPoint& anchor);
|
|
|
| - void setScrollLayerOnScrollbars(WebLayer*) const;
|
| -
|
| // The portion of the unzoomed frame visible in the visual viewport,
|
| // in partial CSS pixels. Relative to the main frame.
|
| FloatRect visibleRect() const;
|
|
|