| 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..e026995bd49b10196522578272cb9ab05ebc885c 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* parent,
|
| const IntRect& frameRect,
|
| Vector<IntRect>& occlusions);
|
|
|
|
|