Chromium Code Reviews| Index: src/core/SkDrawable.cpp |
| diff --git a/src/core/SkDrawable.cpp b/src/core/SkDrawable.cpp |
| index 73f5779b7de994488e6df503fa73bc3aee199eb7..64fefd2f1c6bba9a771c8882f071b9ad01f2c577 100644 |
| --- a/src/core/SkDrawable.cpp |
| +++ b/src/core/SkDrawable.cpp |
| @@ -5,9 +5,9 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "SkAtomics.h" |
| #include "SkCanvas.h" |
| #include "SkDrawable.h" |
| +#include "SkThread.h" |
| static int32_t next_generation_id() { |
| static int32_t gCanvasDrawableGenerationID; |