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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2036403002: Always use the WebFrameWidget when attaching the root graphics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding comments Created 4 years, 5 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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index d8d94066207f125798398a30754cc574b75d11f5..397667946e6d4b27f03c0bb986a1d7352a461c19 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -175,7 +175,7 @@ public:
enum class DetachType { Remove, Swap };
// This frame has been detached from the view, but has not been closed yet.
- virtual void frameDetached(WebFrame*, DetachType) { }
+ virtual void frameDetached(WebLocalFrame*, DetachType) {}
// This frame has become focused..
virtual void frameFocused() { }

Powered by Google App Engine
This is Rietveld 408576698