| Index: third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
|
| index 77c7ee03d5a7897bec01d768ec0a2bdaa990713c..8f47d89656800d02ffa02501995729c3d09c38e2 100644
|
| --- a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
|
| @@ -13,6 +13,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace RenderingAgentState {
|
| static const char showDebugBorders[] = "showDebugBorders";
|
| static const char showFPSCounter[] = "showFPSCounter";
|
|
|