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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index cf4cad07654c10a2de123ea9f09917b1b2dc6dc9..5aecd0f60e21c1c2fa6f517a8af1df2c3129bfae 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -98,7 +98,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
bool isTransparent() const override;
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
- WebLocalFrameImpl* localRoot() override;
+ WebLocalFrameImpl* localRoot() const override;
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698