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

Unified Diff: components/font_service/public/cpp/font_loader.h

Issue 1341073004: Fix bug in shut down of HTMLViewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 years, 3 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 | « components/font_service/OWNERS ('k') | components/font_service/public/cpp/font_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/public/cpp/font_loader.h
diff --git a/components/font_service/public/cpp/font_loader.h b/components/font_service/public/cpp/font_loader.h
index 363651a8b5ade2f07e678a39b2dc28287c416553..cd8fa45ac618d7000ba7a16b2941937c0c882c85 100644
--- a/components/font_service/public/cpp/font_loader.h
+++ b/components/font_service/public/cpp/font_loader.h
@@ -37,6 +37,9 @@ class FontLoader : public SkFontConfigInterface,
explicit FontLoader(mojo::ApplicationImpl* application_impl);
~FontLoader() override;
+ // Shuts down the background thread.
+ void Shutdown();
+
// SkFontConfigInterface:
bool matchFamilyName(const char family_name[],
SkTypeface::Style requested,
« no previous file with comments | « components/font_service/OWNERS ('k') | components/font_service/public/cpp/font_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698