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

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

Issue 1212373003: Devtools [LayouEditor]: Show label with size info (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: show while dragging Created 5 years, 6 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/LayoutEditor.h
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
index ae43c529ea95e4118a2cce9f6066a6a66e99e4c1..61203316574e5a066ff6925ffd86aee55daa3aed 100644
--- a/Source/core/inspector/LayoutEditor.h
+++ b/Source/core/inspector/LayoutEditor.h
@@ -17,6 +17,7 @@ namespace blink {
class JSONObject;
class InspectorCSSAgent;
+class CSSPrimitiveValue;
class LayoutEditor final: public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor>, public InspectorOverlayHost::LayoutEditorListener {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LayoutEditor);
@@ -33,6 +34,8 @@ public:
private:
explicit LayoutEditor(InspectorCSSAgent*);
+ RefPtrWillBeRawPtr<CSSPrimitiveValue> getPropertyCSSValue(CSSPropertyID) const;
+ PassRefPtr<JSONObject> createValueDescription(const String&) const;
// InspectorOverlayHost::LayoutEditorListener implementation.
void overlayStartedPropertyChange(const String&) override;

Powered by Google App Engine
This is Rietveld 408576698