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

Unified Diff: include/core/SkTypeface.h

Issue 113543005: Fix race on creating the default typeface. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove unwanted whitespace. Created 6 years, 11 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 | « no previous file | src/core/SkTypeface.cpp » ('j') | src/core/SkTypeface.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypeface.h
===================================================================
--- include/core/SkTypeface.h (revision 12989)
+++ include/core/SkTypeface.h (working copy)
@@ -334,6 +334,8 @@
size_t length, void* data) const = 0;
private:
+ static void create_default_typeface(Style style);
+
SkFontID fUniqueID;
Style fStyle;
bool fIsFixedPitch;
« no previous file with comments | « no previous file | src/core/SkTypeface.cpp » ('j') | src/core/SkTypeface.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698