Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2010)

Unified Diff: content/renderer/render_frame_impl.h

Issue 2929493003: Move handling of DraggableRegionsChanged notification from "view" to "frame". (Closed)
Patch Set: Also add main frame filtering to the browser-side. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 60b1cd5f2a96790681eeb49736b93d1168aa8607..ae1da490addf46a1fa144131e420f36526fbab91 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -668,6 +668,7 @@ class CONTENT_EXPORT RenderFrameImpl
blink::WebSetSinkIdCallbacks* web_callbacks) override;
blink::WebPageVisibilityState VisibilityState() const override;
std::unique_ptr<blink::WebURLLoader> CreateURLLoader() override;
+ void DraggableRegionsChanged() override;
// WebFrameSerializerClient implementation:
void DidSerializeDataForFrame(

Powered by Google App Engine
This is Rietveld 408576698