| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 8da8f4e1c98aebb9b1f3b9b75a69f813a96cdda2..2527b5aa78f4a4fffe23bc5e6d208dcc93ffd18d 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2412,6 +2412,10 @@ WebInputMethodControllerImpl* WebLocalFrameImpl::inputMethodController() const {
|
| return m_inputMethodController.get();
|
| }
|
|
|
| +void* WebLocalFrameImpl::frameIdForTracing() const {
|
| + return frame();
|
| +}
|
| +
|
| void WebLocalFrameImpl::extractSmartClipData(WebRect rectInViewport,
|
| WebString& clipText,
|
| WebString& clipHtml) {
|
|
|