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

Unified Diff: Source/core/css/CSSFontSelectorClient.h

Issue 304083003: Made StyleEngine CSSFontSelectorClient instead of StyleResolver. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/core/css/CSSFontSelector.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelectorClient.h
diff --git a/Source/core/css/CSSFontSelectorClient.h b/Source/core/css/CSSFontSelectorClient.h
index b9096f60b1d21c83fff6d174c03d73c4a6d71968..5a8c1c0892ac358bc37da2e389278ab392c11c30 100644
--- a/Source/core/css/CSSFontSelectorClient.h
+++ b/Source/core/css/CSSFontSelectorClient.h
@@ -31,9 +31,12 @@
#ifndef CSSFontSelectorClient_h
#define CSSFontSelectorClient_h
+#include "platform/heap/Handle.h"
+
namespace WebCore {
class CSSFontSelector;
+class Visitor;
class CSSFontSelectorClient : public NoBaseWillBeGarbageCollectedFinalized<CSSFontSelectorClient> {
public:
« no previous file with comments | « Source/core/css/CSSFontSelector.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698