diff options
author | reed <reed@google.com> | 2016-05-05 19:31:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-05 19:31:46 -0700 |
commit | 68e99ac1cdba23800136ae932ad2d9f77eca6bfc (patch) | |
tree | 762b177dfb2ca11bebb6489381b6ae924c3f6e69 /include | |
parent | ffa4a9213b4e754adc210fa02a3c4b1ae8d3b6d0 (diff) |
remove alias for SkMatrix44.h -- chrome callers have been updated
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1949113006
TBR=
Review-Url: https://codereview.chromium.org/1949113006
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/SkMatrix44.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h deleted file mode 100644 index c03bb3ef41..0000000000 --- a/include/utils/SkMatrix44.h +++ /dev/null @@ -1,8 +0,0 @@ -/* - * 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 "../core/SkMatrix44.h" |