| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index 3d435cc4cb2fcb6149a4624dc972c664cd47f4b6..0653e9cc362e7b6bf9436d52a82631e7b1297728 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -70,6 +70,7 @@
|
| #include "modules/device_orientation/DeviceOrientationInspectorAgent.h"
|
| #include "modules/filesystem/InspectorFileSystemAgent.h"
|
| #include "modules/indexeddb/InspectorIndexedDBAgent.h"
|
| +#include "modules/screen_orientation/ScreenOrientationInspectorAgent.h"
|
| #include "modules/storage/InspectorDOMStorageAgent.h"
|
| #include "modules/webdatabase/InspectorDatabaseAgent.h"
|
| #include "platform/JSONValues.h"
|
| @@ -387,6 +388,8 @@
|
|
|
| m_agents.append(workerAgentPtr.release());
|
| m_agents.append(pageConsoleAgentPtr.release());
|
| +
|
| + m_agents.append(ScreenOrientationInspectorAgent::create(*m_webLocalFrameImpl->frame()));
|
| }
|
|
|
| WebDevToolsAgentImpl::~WebDevToolsAgentImpl()
|
|
|