Chromium Code Reviews| Index: gm/pathfill.cpp |
| diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp |
| index 126065497999037ce0a8007aa5856358e2e3c843..a2b1ee0142231ede9c961deb7cdb7b6bc3756ccc 100644 |
| --- a/gm/pathfill.cpp |
| +++ b/gm/pathfill.cpp |
| @@ -1,11 +1,12 @@ |
| - |
| /* |
| * Copyright 2011 Google Inc. |
| * |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| + |
| #include "gm.h" |
| +#include "SkPath.h" |
| typedef SkScalar (*MakePathProc)(SkPath*); |