Chromium Code Reviews| Index: src/core/SkDebug.cpp |
| diff --git a/src/core/SkDebug.cpp b/src/core/SkDebug.cpp |
| index b705a650ea2ce237ffef6a0f9d39b252052f9aab..0a3a976771a3fa708af0d19eb04697cf7e8552c1 100644 |
| --- a/src/core/SkDebug.cpp |
| +++ b/src/core/SkDebug.cpp |
| @@ -57,3 +57,9 @@ size_t SkToSizeT(uintmax_t x) { |
| } |
| #endif |
| + |
| +#if defined(GOOGLE3) |
| +void SkDebugfForDumpStackTrace(const char* data, void* unused) { |
| + SkDebugf("%s", data); |
| +} |
| +#endif |