diff options
Diffstat (limited to 'gfx/skia/skia/include/core/SkMilestone.h')
-rw-r--r-- | gfx/skia/skia/include/core/SkMilestone.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gfx/skia/skia/include/core/SkMilestone.h b/gfx/skia/skia/include/core/SkMilestone.h new file mode 100644 index 000000000..4c7988ecd --- /dev/null +++ b/gfx/skia/skia/include/core/SkMilestone.h @@ -0,0 +1,9 @@ +/* + * Copyright 2016 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ +#ifndef SK_MILESTONE +#define SK_MILESTONE 55 +#endif |