Chromium Code Reviews| Index: third_party/WebKit/Source/core/page/ChromeClient.h |
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h |
| index 9146f699adc2776a182f32ba032c896ec26aefb7..18e32af33a9710257ef2171e06c910d83f36f94a 100644 |
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h |
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
| @@ -140,7 +140,7 @@ public: |
| // Methods used by HostWindow. |
| virtual WebScreenInfo screenInfo() const = 0; |
| - virtual void setCursor(const Cursor&) = 0; |
| + virtual void setCursor(const Cursor&, LocalFrame*) = 0; |
|
dcheng
2015/10/14 17:13:52
Explicitly name this parameter, since it can't jus
kenrb
2015/10/14 17:42:30
Done.
|
| // End methods used by HostWindow. |
| virtual Cursor lastSetCursorForTesting() const = 0; |