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

Unified Diff: third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h

Issue 2722953003: Part 1 to rename platform/Widget to platform/FrameViewBase. (Closed)
Patch Set: Created 3 years, 10 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/Source/core/html/PluginDocument.h ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
diff --git a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
index 9980f2cc7e93e6f8bbca499a6121f37f7e93ec58..f94fe8de049c3ee5799e26cf817422b6c6f6c400 100644
--- a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
+++ b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
@@ -25,11 +25,11 @@
namespace blink {
class Element;
-class Widget;
+class FrameViewBase;
class IntRect;
MODULES_EXPORT void getPluginOcclusions(Element*,
- Widget* parentWidget,
+ FrameViewBase* parentWidget,
const IntRect& frameRect,
Vector<IntRect>& occlusions);
« no previous file with comments | « third_party/WebKit/Source/core/html/PluginDocument.h ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698