| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 037cae36c6d3ff4882df0ae7ec28af7fda2043b6..4c59c5decc8f324f0604d06d46b9b335fba5f5ff 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -136,8 +136,8 @@ public:
|
| void enterFullScreenForElement(Element*) override;
|
| void exitFullScreenForElement(Element*) override;
|
|
|
| - void clearCompositedSelection() override;
|
| - void updateCompositedSelection(const CompositedSelection&) override;
|
| + void clearCompositedSelection(LocalFrame*) override;
|
| + void updateCompositedSelection(LocalFrame*, const CompositedSelection&) override;
|
|
|
| // ChromeClient methods:
|
| void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
|
|
|