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

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

Issue 2727913005: Rename FrameView fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename FrameView fields and methods *Widget* to ...FrameViewBase... Created 3 years, 9 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/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 f94fe8de049c3ee5799e26cf817422b6c6f6c400..1f48b1f7444c2e3e1ff0176397884abac38eef01 100644
--- a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
+++ b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
@@ -29,7 +29,7 @@ class FrameViewBase;
class IntRect;
MODULES_EXPORT void getPluginOcclusions(Element*,
- FrameViewBase* parentWidget,
+ FrameViewBase* parentFrameViewBase,
const IntRect& frameRect,
Vector<IntRect>& occlusions);

Powered by Google App Engine
This is Rietveld 408576698