| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| index 8b2f9cffcccea67a90b3aefe6bb53eefba75b400..99f204df9a4a7495059c32669cbb5f52c51169e7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| @@ -60,7 +60,7 @@ private:
|
|
|
| PaintLayerType layerTypeRequired() const final;
|
|
|
| - ScrollResultOneDimensional scroll(ScrollDirectionPhysical, ScrollGranularity, float multiplier) final;
|
| + ScrollResult scroll(ScrollGranularity, const FloatSize&) final;
|
|
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|
|
|