commit | ec7c0cec3f4d9360ad3d727728ab8b6cbf694e4e | [log] [tgz] |
---|---|---|
author | reed <reed@google.com> | Sat Mar 05 06:00:12 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sat Mar 05 06:00:12 2016 -0800 |
tree | d9f4f591cfb5b0ee1b237b42eb828b199a5ed5ee | |
parent | f70b531daaf47db1ee95c70da9843f1dd1f418d3 [diff] |
remove unneeded flag for annotations BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1767783004 TBR=halcanary Review URL: https://codereview.chromium.org/1767783004
diff --git a/include/core/SkAnnotation.h b/include/core/SkAnnotation.h index 2ea66d3..35cc2b5 100644 --- a/include/core/SkAnnotation.h +++ b/include/core/SkAnnotation.h
@@ -1,4 +1,3 @@ - /* * Copyright 2012 Google Inc. * @@ -11,9 +10,6 @@ #include "SkTypes.h" -// for chrome in PrintContextTest.cpp -#define SK_SUPPORT_NEW_ANNOTATION_CANVAS_VIRTUAL - class SkData; struct SkPoint; struct SkRect;