Move handling of DraggableRegionsChanged notification from "view" to "frame".

https://codereview.chromium.org/2929493003
This commit is contained in:
Aleksei Kuzmin 2017-08-31 19:51:40 +03:00 committed by Cheng Zhao
parent 624b63a1ca
commit 8c40854983
4 changed files with 21 additions and 17 deletions

View file

@ -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;