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

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

Issue 18375005: [oilpan] Move CSSFontFace and CSSSegmentedFontFace 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 f80cb20d4e69f603e515c05f9ae1127ec30aa0e0..18ac985b3e2df627b603a2a175be6dd83609d3c1 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