| 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);
|
|
|
|
|