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

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: Updated inspectorOverlay to not pass string instead pass JSONObject, which is serialized 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 01baa67c01b0dcc790cca585cf5bfbefb54b9ef3..759355be990a9d770ef771396edbcddbca8b2325 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -47,6 +47,7 @@ class EmptyChromeClient;
class GraphicsContext;
class InspectorClient;
class InspectorOverlayHost;
+class JSONObject;
class JSONValue;
class Node;
class Page;
@@ -135,6 +136,7 @@ public:
Node* highlightedNode() const;
bool getBoxModel(Node*, Vector<FloatQuad>*);
+ PassRefPtr<JSONObject> buildObjectForShapeOutside(Node*);
void freePage();

Powered by Google App Engine
This is Rietveld 408576698