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

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

Issue 2160003003: Fix layering violations in WebFrameWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more compiles 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameWidget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index eceed95ed8cfec2b8f27ca49e79f5b8aa25baa4d..59e559efda3a82ae4f9bd4064bc772b1dd3b3809 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -18,7 +18,7 @@ class WebFrameClient;
class WebNode;
class WebScriptExecutionCallback;
class WebSuspendableTask;
-class WebWidget;
+class WebFrameWidget;
enum class WebAppBannerPromptReply;
enum class WebCachePolicy;
enum class WebSandboxFlags;
@@ -411,7 +411,7 @@ public:
// Returns the WebFrameWidget associated with this frame if there is one or
// nullptr otherwise.
- virtual WebWidget* frameWidget() const = 0;
+ virtual WebFrameWidget* frameWidget() const = 0;
// Copy to the clipboard the image located at a particular point in visual
// viewport coordinates.
« no previous file with comments | « third_party/WebKit/public/web/WebFrameWidget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698