| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index ec4d9b23f196cb65f522d325504ce542db095b6b..27d1873d8f343185b5d35537585c2d81a4bfc01a 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -302,6 +302,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| base::SingleThreadTaskRunner* loadingTaskRunner() override;
|
| base::SingleThreadTaskRunner* unthrottledTaskRunner() override;
|
| WebInputMethodControllerImpl* inputMethodController() const override;
|
| + void* frameIdForTracing() const override;
|
|
|
| void extractSmartClipData(WebRect rectInViewport,
|
| WebString& clipText,
|
|
|