| Index: Source/core/plugins/PluginOcclusionSupport.cpp
|
| diff --git a/Source/core/plugins/PluginOcclusionSupport.cpp b/Source/core/plugins/PluginOcclusionSupport.cpp
|
| index 619f1443c91e3dfcc94e2eaab00cbc62f583f765..3fab5dcda314192eaa7b04544785f79972dc6c5d 100644
|
| --- a/Source/core/plugins/PluginOcclusionSupport.cpp
|
| +++ b/Source/core/plugins/PluginOcclusionSupport.cpp
|
| @@ -37,9 +37,9 @@
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/frame/FrameView.h"
|
| -#include "core/platform/Widget.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "core/rendering/RenderObject.h"
|
| +#include "platform/Widget.h"
|
| #include "wtf/HashSet.h"
|
|
|
| // This file provides a utility function to support rendering certain elements above plugins.
|
|
|