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

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

Issue 1187073016: DevTools: generalize getPlatformFonts code (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 19cbd5bfe378c687ca16c7a4a3536fc47f45ddda..cefd6add689502ef42bf6503af7b3aa27d4d73d7 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>
@@ -172,7 +172,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*);

Powered by Google App Engine
This is Rietveld 408576698