| Index: third_party/WebKit/Source/core/frame/TopControls.h
|
| diff --git a/third_party/WebKit/Source/core/frame/TopControls.h b/third_party/WebKit/Source/core/frame/TopControls.h
|
| index e6cef9207522fb9832c831b6f432bafb21ecf20e..ab274579a818fc5b8254d80b93a31a15609d3ff7 100644
|
| --- a/third_party/WebKit/Source/core/frame/TopControls.h
|
| +++ b/third_party/WebKit/Source/core/frame/TopControls.h
|
| @@ -39,7 +39,10 @@ public:
|
| float shownRatio() const { return m_shownRatio; }
|
| void setShownRatio(float);
|
|
|
| - void updateConstraints(WebTopControlsState constraints);
|
| + void updateConstraintsAndState(
|
| + WebTopControlsState constraints,
|
| + WebTopControlsState current,
|
| + bool animate);
|
|
|
| void scrollBegin();
|
|
|
|
|