| 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 5c52dbcb55424b1930ae6c51e0145fa6b833b0e9..80d15b0a2ba1c40be976401a4ef91373a70e1f5b 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -146,6 +146,7 @@ class CORE_EXPORT VisualViewport final
|
| // necessary adjustments so that we don't incorrectly clamp scroll offsets
|
| // coming from the compositor. crbug.com/422328
|
| void setBrowserControlsAdjustment(float);
|
| + float browserControlsAdjustment() const;
|
|
|
| // Adjust the viewport's offset so that it remains bounded by the outer
|
| // viepwort.
|
|
|