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