diff --git a/shell/common/rasterizer.cc b/shell/common/rasterizer.cc index 4603c57b0ea87..cbfc4e4f5c547 100644 --- a/shell/common/rasterizer.cc +++ b/shell/common/rasterizer.cc @@ -13,6 +13,10 @@ #include "third_party/skia/include/core/SkSurfaceCharacterization.h" #include "third_party/skia/include/utils/SkBase64.h" +#ifdef ERROR +#undef ERROR +#endif + namespace shell { Rasterizer::Rasterizer(blink::TaskRunners task_runners)