Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h

Issue 1738073002: DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
index ce1f9341c8b1b40a8f6b511002251d9782e3d2b0..4749ef5b67f882dc3cebfc8ffdde131ce438def4 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
@@ -35,8 +35,8 @@
#include "core/inspector/InspectorBaseAgent.h"
#include "core/inspector/InspectorHighlight.h"
#include "core/style/ComputedStyleConstants.h"
-#include "platform/JSONValues.h"
#include "platform/geometry/FloatQuad.h"
+#include "platform/inspector_protocol/Values.h"
#include "platform/v8_inspector/public/V8RuntimeAgent.h"
#include "wtf/HashMap.h"
@@ -153,7 +153,7 @@ public:
void getBoxModel(ErrorString*, int nodeId, OwnPtr<protocol::DOM::BoxModel>*) override;
void getNodeForLocation(ErrorString*, int x, int y, int* outNodeId) override;
void getRelayoutBoundary(ErrorString*, int nodeId, int* outNodeId) override;
- void getHighlightObjectForTest(ErrorString*, int nodeId, RefPtr<JSONObject>* highlight) override;
+ void getHighlightObjectForTest(ErrorString*, int nodeId, RefPtr<protocol::DictionaryValue>* highlight) override;
bool enabled() const;
void releaseDanglingNodes();

Powered by Google App Engine
This is Rietveld 408576698