| Index: Source/core/page/ChromeClient.cpp
|
| diff --git a/Source/core/page/ChromeClient.cpp b/Source/core/page/ChromeClient.cpp
|
| index 057675a6f6a483e781f4eeeb0ebecd1ecf6e5ea3..7bd8d49b963569c9a495614497c96e79b48391eb 100644
|
| --- a/Source/core/page/ChromeClient.cpp
|
| +++ b/Source/core/page/ChromeClient.cpp
|
| @@ -191,15 +191,4 @@ void ChromeClient::print(LocalFrame* frame)
|
| printInternal(frame);
|
| }
|
|
|
| -void ChromeClient::setCursor(const Cursor& cursor)
|
| -{
|
| - m_lastSetMouseCursorForTesting = cursor;
|
| - setCursorInternal(cursor);
|
| -}
|
| -
|
| -Cursor ChromeClient::getLastSetCursorForTesting() const
|
| -{
|
| - return m_lastSetMouseCursorForTesting;
|
| -}
|
| -
|
| } // namespace blink
|
|
|