| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index f7f745c6f3c4721d9463e7da0722d41ac21b2694..82348c6f29f697dad452d0f99e6e55444ab968cb 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -463,9 +463,6 @@ public:
|
| void enterFullScreenForElement(Element*);
|
| void exitFullScreenForElement(Element*);
|
|
|
| - void clearCompositedSelection();
|
| - void updateCompositedSelection(const WebSelection&);
|
| -
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|
|
|