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

Unified Diff: trunk/Source/platform/fonts/win/FontCacheSkiaWin.cpp

Issue 554543002: Revert 181532 "Gardening: Fix tests failing on Win7(dbg) caused ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/platform/fonts/win/FontCacheSkiaWin.cpp
===================================================================
--- trunk/Source/platform/fonts/win/FontCacheSkiaWin.cpp (revision 181532)
+++ trunk/Source/platform/fonts/win/FontCacheSkiaWin.cpp (working copy)
@@ -48,8 +48,6 @@
// static
void FontCache::addSideloadedFontForTesting(SkTypeface* typeface)
{
- if (!typeface)
- return;
if (!s_sideloadedFonts)
s_sideloadedFonts = new HashMap<String, RefPtr<SkTypeface> >;
SkString name;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698