Move handling of DraggableRegionsChanged notification from "view" to "frame".
https://codereview.chromium.org/2929493003
This commit is contained in:
parent
624b63a1ca
commit
8c40854983
4 changed files with 21 additions and 17 deletions
|
@ -27,6 +27,7 @@ class AtomRenderFrameObserver : public content::RenderFrameObserver {
|
|||
void DidClearWindowObject() override;
|
||||
void DidCreateScriptContext(v8::Handle<v8::Context> context,
|
||||
int world_id) override;
|
||||
void DraggableRegionsChanged() override;
|
||||
void WillReleaseScriptContext(v8::Local<v8::Context> context,
|
||||
int world_id) override;
|
||||
void OnDestruct() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue