| 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 66eebd277061ad20339c501cd798960812de6c63..b57ff4020924692e8aba0347e07e57477366bf53 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 FrameViewBase;
|
| +class FrameView;
|
| class IntRect;
|
|
|
| MODULES_EXPORT void GetPluginOcclusions(Element*,
|
| - FrameViewBase* parent,
|
| + FrameView* parent,
|
| const IntRect& frame_rect,
|
| Vector<IntRect>& occlusions);
|
|
|
|
|