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

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

Issue 18856015: [oilpan] Move CSSFontFace to the managed heap (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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/css/StyleResolver.h
diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h
index 7b8bca2434688728b02233ab2939c173a2ee703c..d9e25b05b059444f7bbea233084721d67da9ea7d 100644
--- a/Source/core/css/StyleResolver.h
+++ b/Source/core/css/StyleResolver.h
@@ -57,8 +57,6 @@ enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimum
class CSSCursorImageValue;
class CSSFontSelector;
-class CSSFontFace;
-class CSSFontFaceRule;
class CSSImageGeneratorValue;
class CSSImageSetValue;
class CSSImageValue;

Powered by Google App Engine
This is Rietveld 408576698