| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index fe0f4fa29a1937715e91e764b80ebf4e74b36ac0..99c610859da8d7c0dcae1527a6820072f759ae26 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -296,7 +296,7 @@
|
| void setHasSoftwareFilters(bool hasSoftwareFilters) { m_hasSoftwareFilters = hasSoftwareFilters; }
|
| bool hasSoftwareFilters() const { return m_hasSoftwareFilters; }
|
|
|
| - virtual bool isActiveFocus() const OVERRIDE;
|
| + virtual bool isActive() const OVERRIDE;
|
|
|
| // DEPRECATED: Use viewportConstrainedVisibleContentRect() instead.
|
| IntSize scrollOffsetForFixedPosition() const;
|
|
|