| Index: skia/ext/skia_memory_dump_provider.cc
|
| diff --git a/skia/ext/skia_memory_dump_provider.cc b/skia/ext/skia_memory_dump_provider.cc
|
| index 52522e11869194022778dc0c92d7d055146e24f0..49d8f0017bec279f763bb77dc637bf8121f6a47a 100644
|
| --- a/skia/ext/skia_memory_dump_provider.cc
|
| +++ b/skia/ext/skia_memory_dump_provider.cc
|
| @@ -31,7 +31,7 @@ bool SkiaMemoryDumpProvider::OnMemoryDump(
|
| font_mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize,
|
| base::trace_event::MemoryAllocatorDump::kUnitsBytes,
|
| SkGraphics::GetFontCacheUsed());
|
| - font_mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectsCount,
|
| + font_mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount,
|
| base::trace_event::MemoryAllocatorDump::kUnitsObjects,
|
| SkGraphics::GetFontCacheCountUsed());
|
|
|
|
|