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

Side by Side Diff: Source/core/inspector/InspectorCSSAgent.h

Issue 68483006: Remove ComplexTextController dependency on core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try one more time Created 7 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/platform/graphics/Font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010, Google Inc. All rights reserved. 2 * Copyright (C) 2010, Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 class CSSStyleSheet; 50 class CSSStyleSheet;
51 class Document; 51 class Document;
52 class Element; 52 class Element;
53 class InspectorFrontend; 53 class InspectorFrontend;
54 class InspectorResourceAgent; 54 class InspectorResourceAgent;
55 class InstrumentingAgents; 55 class InstrumentingAgents;
56 class MediaList; 56 class MediaList;
57 class Node; 57 class Node;
58 class NodeList; 58 class NodeList;
59 class PlatformFontUsage; 59 class PlatformFontUsage;
60 class RenderText;
60 class StyleResolver; 61 class StyleResolver;
61 class UpdateRegionLayoutTask; 62 class UpdateRegionLayoutTask;
62 63
63 typedef HashMap<CSSStyleSheet*, RefPtr<InspectorStyleSheet> > CSSStyleSheetToIns pectorStyleSheet; 64 typedef HashMap<CSSStyleSheet*, RefPtr<InspectorStyleSheet> > CSSStyleSheetToIns pectorStyleSheet;
64 typedef Vector<RefPtr<StyleSheet> > StyleSheetVector; 65 typedef Vector<RefPtr<StyleSheet> > StyleSheetVector;
65 66
66 class InspectorCSSAgent 67 class InspectorCSSAgent
67 : public InspectorBaseAgent<InspectorCSSAgent> 68 : public InspectorBaseAgent<InspectorCSSAgent>
68 , public InspectorDOMAgent::DOMListener 69 , public InspectorDOMAgent::DOMListener
69 , public InspectorBackendDispatcher::CSSCommandHandler 70 , public InspectorBackendDispatcher::CSSCommandHandler
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 friend class ChangeRegionOversetTask; 227 friend class ChangeRegionOversetTask;
227 friend class EnableResourceClient; 228 friend class EnableResourceClient;
228 friend class StyleSheetBinder; 229 friend class StyleSheetBinder;
229 friend class UpdateRegionLayoutTask; 230 friend class UpdateRegionLayoutTask;
230 }; 231 };
231 232
232 233
233 } // namespace WebCore 234 } // namespace WebCore
234 235
235 #endif // !defined(InspectorCSSAgent_h) 236 #endif // !defined(InspectorCSSAgent_h)
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698