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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.cpp

Issue 2485693003: Drag-and-drop: DragEnter, DragOver, DragLeave, DragDrop (Closed)
Patch Set: No longer using GetSiteInstance() in RenderWidgetHostImpl. 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/WebViewFrameWidget.cpp
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
index 506f3a2c3d376ceb987df31779067ee4002494af..5aa14b8ed9068037db935960667eec5186feda60 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -228,7 +228,7 @@ void WebViewFrameWidget::setBaseBackgroundColor(WebColor color) {
m_webView->setBaseBackgroundColor(color);
}
-WebLocalFrameImpl* WebViewFrameWidget::localRoot() {
+WebLocalFrameImpl* WebViewFrameWidget::localRoot() const {
return m_webView->mainFrameImpl();
}

Powered by Google App Engine
This is Rietveld 408576698