| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 8c10ed89b098b371b39cdef7ed728402fbb7eaec..62741af4dc2bcf4a7ce229babd19e7d6fa4c4730 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -649,6 +649,9 @@ class BLINK_EXPORT WebFrameClient {
|
| // notify that the <body> will be attached soon.
|
| virtual void WillInsertBody(WebLocalFrame*) {}
|
|
|
| + // Informs the browser that the draggable regions have been updated.
|
| + virtual void DraggableRegionsChanged() {}
|
| +
|
| // Find-in-page notifications ------------------------------------------
|
|
|
| // Notifies how many matches have been found in this frame so far, for a
|
| @@ -805,6 +808,7 @@ class BLINK_EXPORT WebFrameClient {
|
| }
|
|
|
| // Loading --------------------------------------------------------------
|
| +
|
| virtual std::unique_ptr<blink::WebURLLoader> CreateURLLoader() {
|
| NOTREACHED();
|
| return nullptr;
|
|
|