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

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

Issue 237313003: CSS shapes support in Web Inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Corrected wrong if statement condition 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/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 0e0956b8ac561137e73e3e0a376a9b495efbf87d..55a0a79613a0aab3c8b377ebff67a5416e710af0 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -60,12 +60,14 @@ class InspectorState;
class InstrumentingAgents;
class IntPoint;
class IntSize;
+class JSONObject;
class Page;
class PlatformGestureEvent;
class PlatformKeyboardEvent;
class PlatformMouseEvent;
class PlatformTouchEvent;
class Node;
+class RenderBox;
struct Highlight;
@@ -101,6 +103,7 @@ public:
void inspect(Node*);
void drawHighlight(GraphicsContext&) const;
void getHighlight(Highlight*) const;
+ PassRefPtr<JSONObject> buildObjectForShapeOutside(LocalFrame* containingFrame, RenderBox* renderer) const;
void hideHighlight();
Node* highlightedNode() const;

Powered by Google App Engine
This is Rietveld 408576698