| 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 7ee3f6b2bcc18a969cf46027d1b42c6452a77113..26e93e70cab528ef4957290ae5bffb546eab2d11 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -467,9 +467,6 @@ public:
|
| void enterFullScreenForElement(Element*);
|
| void exitFullScreenForElement(Element*);
|
|
|
| - void clearCompositedSelection();
|
| - void updateCompositedSelection(const WebSelection&);
|
| -
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|
|
|