| Index: printing/pdf_metafile_skia.cc
|
| diff --git a/printing/pdf_metafile_skia.cc b/printing/pdf_metafile_skia.cc
|
| index ac066957cab8cf110c3a692e78db476752d740e9..fdff44f56cf80175944d2be42ebe2278853e4c57 100644
|
| --- a/printing/pdf_metafile_skia.cc
|
| +++ b/printing/pdf_metafile_skia.cc
|
| @@ -95,8 +95,6 @@ bool PdfMetafileSkia::FinishDocument() {
|
| data_->current_page_ = NULL;
|
|
|
| int font_counts[SkAdvancedTypefaceMetrics::kNotEmbeddable_Font + 1];
|
| - // Work around bug in skia for the moment.
|
| - memset(font_counts, 0, sizeof(font_counts));
|
| data_->pdf_doc_.getCountOfFontTypes(font_counts);
|
| for (int type = 0;
|
| type <= SkAdvancedTypefaceMetrics::kNotEmbeddable_Font;
|
|
|