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

Unified Diff: sky/engine/core/css/CSSFontSelector.h

Issue 775803002: Remove heap/Handle usage from v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/core/css/CSSFontFaceRule.h ('k') | sky/engine/core/css/CSSSegmentedFontFace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFontSelector.h
diff --git a/sky/engine/core/css/CSSFontSelector.h b/sky/engine/core/css/CSSFontSelector.h
index 702e750038418ac5a7aec4a6c685ac9d90a1ec01..ead0c41fcdf3979c84794205fe0cab06260ecd6e 100644
--- a/sky/engine/core/css/CSSFontSelector.h
+++ b/sky/engine/core/css/CSSFontSelector.h
@@ -30,7 +30,6 @@
#include "sky/engine/core/css/FontLoader.h"
#include "sky/engine/platform/fonts/FontSelector.h"
#include "sky/engine/platform/fonts/GenericFontFamilySettings.h"
-#include "sky/engine/platform/heap/Handle.h"
#include "sky/engine/wtf/Forward.h"
#include "sky/engine/wtf/HashMap.h"
#include "sky/engine/wtf/HashSet.h"
@@ -59,9 +58,7 @@ public:
virtual void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) override;
bool isPlatformFontAvailable(const FontDescription&, const AtomicString& family);
-#if !ENABLE(OILPAN)
void clearDocument();
-#endif
void fontFaceInvalidated();
@@ -69,9 +66,7 @@ public:
virtual void fontCacheInvalidated() override;
void registerForInvalidationCallbacks(CSSFontSelectorClient*);
-#if !ENABLE(OILPAN)
void unregisterForInvalidationCallbacks(CSSFontSelectorClient*);
-#endif
Document* document() const { return m_document; }
FontFaceCache* fontFaceCache() { return &m_fontFaceCache; }
« no previous file with comments | « sky/engine/core/css/CSSFontFaceRule.h ('k') | sky/engine/core/css/CSSSegmentedFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698