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

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

Issue 1206833003: Devtools[LayoutEditor]: Pass data about property change from InspectorOverlayPage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix empty line 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/InspectorCSSAgent.h
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
index 7a4cc902cc1c38acb4e706d103d102ca6da36e1e..a792ab0395ddd0b65a05b45d893aeda54f94c4e3 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -113,6 +113,7 @@ public:
void disable(ErrorString*) override;
void reset();
void mediaQueryResultChanged();
+ void updateCSSProperty(Node*, CSSPropertyID, float);
dgozman 2015/06/25 12:30:59 setCSSPropertyValue?
sergeyv 2015/06/25 12:54:30 Done.
void activeStyleSheetsUpdated(Document*);
void documentDetached(Document*);
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | Source/core/inspector/InspectorOverlayPage.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698