| 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 762d7844a784f046c7bdad2895f671c6c6d7b628..fd6513695f5ebe8142d286253b27bb102d868311 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -211,8 +211,8 @@ public:
|
| virtual void enterFullScreenForElement(Element*) { }
|
| virtual void exitFullScreenForElement(Element*) { }
|
|
|
| - virtual void clearCompositedSelection() { }
|
| - virtual void updateCompositedSelection(const CompositedSelection&) { }
|
| + virtual void clearCompositedSelection(LocalFrame*) { }
|
| + virtual void updateCompositedSelection(LocalFrame*, const CompositedSelection&) { }
|
|
|
| virtual void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) = 0;
|
| virtual WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const = 0;
|
|
|