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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2929493003: Move handling of DraggableRegionsChanged notification from "view" to "frame". (Closed)
Patch Set: Removing the CHECK used to find test coverage [found in LaunchWebAuthFlowFunctionTest]. 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: third_party/WebKit/Source/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 5e1b0a19a42f9e43c03695b61b2b40c3637f30ea..3f808acc3a74c4a62aebea2b68ad5f4f641f22c7 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -229,6 +229,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
std::unique_ptr<WebURLLoader> CreateURLLoader() override;
+ void AnnotatedRegionsChanged() override;
+
private:
explicit LocalFrameClientImpl(WebLocalFrameBase*);

Powered by Google App Engine
This is Rietveld 408576698