| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 6d834059bde85225a72ef0179df2c5a812a84f40..073f33bd3a748392812ae95ff124f6ff181c0522 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -32,7 +32,6 @@
|
| #define WebViewImpl_h
|
|
|
| #include "core/html/ime/InputMethodContext.h"
|
| -#include "core/inspector/inspector_backend_mojo.h"
|
| #include "platform/geometry/IntPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| @@ -63,6 +62,7 @@ class WebActiveGestureAnimation;
|
| class WebLocalFrameImpl;
|
| class WebImage;
|
| class WebSettingsImpl;
|
| +class InspectorBackendMojo;
|
|
|
| class WebViewImpl final : public WebView
|
| , public RefCounted<WebViewImpl>
|
| @@ -451,6 +451,8 @@ private:
|
|
|
| bool m_userGestureObserved;
|
|
|
| + // FIXME(sky): InspectorBackendMojo should be a peer to WebView
|
| + // however right now it depends on acccess to the Page.
|
| OwnPtr<InspectorBackendMojo> m_inspectorBackend;
|
| };
|
|
|
|
|