| Index: Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/Source/core/layout/LayoutEmbeddedObject.cpp b/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index 0d6845afba516ea9fb376ee33eb1cad0b44f5beb..54abba9f82882957882d5f4d976db77369b1c2c6 100644
|
| --- a/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -152,9 +152,9 @@ PaintInvalidationReason LayoutEmbeddedObject::invalidatePaintIfNeeded(
|
| return reason;
|
| }
|
|
|
| -bool LayoutEmbeddedObject::scroll(ScrollDirectionPhysical direction, ScrollGranularity granularity, float)
|
| +ScrollResultOneDimensional LayoutEmbeddedObject::scroll(ScrollDirectionPhysical direction, ScrollGranularity granularity, float)
|
| {
|
| - return false;
|
| + return ScrollResultOneDimensional(false);
|
| }
|
|
|
| CompositingReasons LayoutEmbeddedObject::additionalCompositingReasons() const
|
|
|