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

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: 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..fe1a34640b09eae43c8d47dfbb65bdf948dfa6da 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -50,6 +50,7 @@ class CSSStyleSheet;
class Document;
class Element;
class InspectorFrontend;
+class InspectorOverlay;
dgozman 2015/06/25 10:10:38 Not needed
sergeyv 2015/06/25 12:19:16 Done.
class InspectorResourceAgent;
class MediaList;
class Node;
@@ -141,6 +142,7 @@ public:
bool collectMediaQueriesFromStyleSheet(CSSStyleSheet*, TypeBuilder::Array<TypeBuilder::CSS::CSSMedia>* mediaArray);
PassRefPtr<TypeBuilder::CSS::CSSMedia> buildMediaObject(const MediaList*, MediaListSource, const String&, CSSStyleSheet*);
PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSMedia> > buildMediaListChain(CSSRule*);
+ void updateCSSProperty(Node*, CSSPropertyID, float);
dgozman 2015/06/25 10:10:38 Let's move this from protocol methods.
sergeyv 2015/06/25 12:19:16 Done.
private:
class StyleSheetAction;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | Source/core/inspector/InspectorCSSAgent.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698