Chromium Code Reviews| Index: include/private/SkRecords.h |
| diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h |
| index 1e274e9f46a2fc0275ed9f1510abedcc78c06295..823e6db07f5b69706a36145e8b1ca621a18cb839 100644 |
| --- a/include/private/SkRecords.h |
| +++ b/include/private/SkRecords.h |
| @@ -23,6 +23,10 @@ |
| namespace SkRecords { |
| +#ifdef DrawText |
|
bungeman-skia
2016/06/06 18:11:59
We should put a short comment here that windows.h
hal.canary
2016/06/06 18:22:32
Done.
|
| +#undef DrawText |
| +#endif |
| + |
| // A list of all the types of canvas calls we can record. |
| // Each of these is reified into a struct below. |
| // |