| Index: Source/platform/scroll/FramelessScrollView.cpp
|
| diff --git a/Source/platform/scroll/FramelessScrollView.cpp b/Source/platform/scroll/FramelessScrollView.cpp
|
| index 57f588503b194e0750162cb8eda8549aacb8ce4a..ce002fefaa49ef8dfc958baef9ebdb8776087644 100644
|
| --- a/Source/platform/scroll/FramelessScrollView.cpp
|
| +++ b/Source/platform/scroll/FramelessScrollView.cpp
|
| @@ -50,7 +50,7 @@
|
| invalidateRect(dirtyRect);
|
| }
|
|
|
| -bool FramelessScrollView::isActiveFocus() const
|
| +bool FramelessScrollView::isActive() const
|
| {
|
| // FIXME
|
| return true;
|
| @@ -58,7 +58,7 @@
|
|
|
| bool FramelessScrollView::scrollbarsCanBeActive() const
|
| {
|
| - return isActiveFocus();
|
| + return isActive();
|
| }
|
|
|
| IntRect FramelessScrollView::scrollableAreaBoundingBox() const
|
|
|