Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1502)

Unified Diff: Source/core/plugins/PluginOcclusionSupport.cpp

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698