Skip to content

Commit

Permalink
Fix windows build. (flutter#6162)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Sep 5, 2018
1 parent 30af2f2 commit 6ad3183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/common/rasterizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ad3183

Please sign in to comment.