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

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

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (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/InspectorHighlight.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
index ee1a0b3c194b4ad64aa65c1413b2f98ac8cc0856..770b9494be77c0f589824570281a919ae400bf7d 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
@@ -6,11 +6,11 @@
#define InspectorHighlight_h
#include "core/CoreExport.h"
-#include "core/InspectorTypeBuilder.h"
#include "platform/geometry/FloatQuad.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/graphics/Color.h"
#include "platform/heap/Handle.h"
+#include "platform/inspector_protocol/TypeBuilder.h"
namespace blink {
@@ -46,7 +46,7 @@ public:
InspectorHighlight();
~InspectorHighlight();
- static bool getBoxModel(Node*, RefPtr<TypeBuilder::DOM::BoxModel>&);
+ static bool getBoxModel(Node*, RefPtr<protocol::TypeBuilder::DOM::BoxModel>&);
static InspectorHighlightConfig defaultConfig();
static bool buildNodeQuads(Node*, FloatQuad* content, FloatQuad* padding, FloatQuad* border, FloatQuad* margin);

Powered by Google App Engine
This is Rietveld 408576698