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

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

Issue 2507223003: Tests for dragging between two frames (potentially cross-site from main frame). (Closed)
Patch Set: Maybe this is ready for landing? Created 4 years, 1 month 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/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
index cea53c53b22504f95039830aad2fdc0180701f17..ac9e1038881506888562594d6d56bba165eece6b 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
@@ -88,6 +88,9 @@ class WebFrameWidgetBase : public WebFrameWidget {
// Helper function to call VisualViewport::viewportToRootFrame().
WebPoint viewportToRootFrame(const WebPoint& pointInViewport) const;
+ // Returns the local root as a LocalFrame*.
+ LocalFrame* localFrameRoot() const;
+
Łukasz Anforowicz 2016/11/30 16:47:38 Ooops. Not sure how it got here. I'll remove in
WebViewImpl* view() const;
// Returns the page object associated with this widget. This may be null when

Powered by Google App Engine
This is Rietveld 408576698