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

Unified Diff: Source/core/inspector/InspectorOverlay.h

Issue 237313003: CSS shapes support in Web Inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments update Created 6 years, 8 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: Source/core/inspector/InspectorOverlay.h
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
index d2be705e990a44d5fcd72c7eaaf3cef73c270759..ea8a355a461225197d12e22330a34e9a2b2dba4d 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -29,6 +29,7 @@
#ifndef InspectorOverlay_h
#define InspectorOverlay_h
+#include "core/rendering/RenderBoxModelObject.h"
rwlbuis 2014/04/24 15:17:27 Needed?
Habib Virji 2014/04/24 17:12:22 Done.
#include "platform/Timer.h"
#include "platform/geometry/FloatQuad.h"
#include "platform/geometry/LayoutRect.h"
@@ -47,6 +48,7 @@ class EmptyChromeClient;
class GraphicsContext;
class InspectorClient;
class InspectorOverlayHost;
+class JSONObject;
class JSONValue;
class Node;
class Page;
@@ -130,6 +132,7 @@ public:
void setInspectModeEnabled(bool);
void hideHighlight();
+ PassRefPtr<JSONObject> buildObjectForShapeOutside();
void highlightNode(Node*, Node* eventTarget, const HighlightConfig&, bool omitTooltip);
void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&);
void showAndHideViewSize(bool showGrid);

Powered by Google App Engine
This is Rietveld 408576698