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