| Index: third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp b/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| index 79bb19d24df8ce207d82e00b524ba91f52ab5731..d3372c8a369fe6d001efb18985a7a059f797040d 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| @@ -83,7 +83,7 @@ static const char kShowScrollBottleneckRects[] = "showScrollBottleneckRects";
|
| static const char kShowSizeOnResize[] = "showSizeOnResize";
|
| static const char kSuspended[] = "suspended";
|
| static const char kPausedInDebuggerMessage[] = "pausedInDebuggerMessage";
|
| -}
|
| +} // namespace OverlayAgentState
|
|
|
| Node* HoveredNodeForPoint(LocalFrame* frame,
|
| const IntPoint& point_in_root_frame,
|
|
|