| Index: Source/web/PageOverlay.cpp
|
| diff --git a/Source/web/PageOverlay.cpp b/Source/web/PageOverlay.cpp
|
| index 8d6053489320964964ade943e1a48a3ea4788b6b..c848fd132385c4d038d4ca1500bcae0ae675ee89 100644
|
| --- a/Source/web/PageOverlay.cpp
|
| +++ b/Source/web/PageOverlay.cpp
|
| @@ -36,10 +36,10 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/graphics/GraphicsLayerClient.h"
|
| #include "public/platform/WebLayer.h"
|
| -#include "public/web/WebPageOverlay.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/WebDevToolsAgentImpl.h"
|
| #include "web/WebGraphicsContextImpl.h"
|
| +#include "web/WebPageOverlay.h"
|
| #include "web/WebViewImpl.h"
|
|
|
| namespace blink {
|
| @@ -52,7 +52,6 @@ PassOwnPtr<PageOverlay> PageOverlay::create(WebViewImpl* viewImpl, WebPageOverla
|
| PageOverlay::PageOverlay(WebViewImpl* viewImpl, WebPageOverlay* overlay)
|
| : m_viewImpl(viewImpl)
|
| , m_overlay(overlay)
|
| - , m_zOrder(0)
|
| {
|
| }
|
|
|
|
|