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

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

Issue 1187073016: DevTools: generalize getPlatformFonts code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: do not dump cssFamilyFontName 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 ead1cb141472c6036eeb3039c0f85110bc4ce49e..dc2594fdb928e86d73d00c3c70c14de02054756a 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -53,7 +53,7 @@ class InspectorFrontend;
class InspectorResourceAgent;
class MediaList;
class Node;
-class LayoutText;
+class LayoutObject;
class CORE_EXPORT InspectorCSSAgent final
: public InspectorBaseAgent<InspectorCSSAgent, InspectorFrontend::CSS>
@@ -171,7 +171,7 @@ private:
void updateActiveStyleSheets(Document*, StyleSheetsUpdateType);
void setActiveStyleSheets(Document*, const WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> >&, StyleSheetsUpdateType);
- void collectPlatformFontsForLayoutObject(LayoutText*, HashCountedSet<String>*);
+ void collectPlatformFontsForLayoutObject(LayoutObject*, HashCountedSet<String>*);
InspectorStyleSheet* bindStyleSheet(CSSStyleSheet*);
String unbindStyleSheet(InspectorStyleSheet*);
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698