commit | 2d40490d4c4f11c6e6697309c28ca987360045b9 | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Thu Sep 06 11:20:23 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Sep 06 15:48:25 2018 +0000 |
tree | b230ea618ab1e7c0a0107882cb240bf3e509f8e3 | |
parent | 33d3d31a7e28631613cf4193263269664b4896af [diff] [blame] |
Move some functions to MathPriv.h Change-Id: I22c57a746e4a997fc03f35aa06b23d9fa9ed4fa9 Reviewed-on: https://skia-review.googlesource.com/152183 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/codec/SkBmpStandardCodec.cpp b/src/codec/SkBmpStandardCodec.cpp index dd71535..8e01ac0 100644 --- a/src/codec/SkBmpStandardCodec.cpp +++ b/src/codec/SkBmpStandardCodec.cpp
@@ -8,6 +8,7 @@ #include "SkBmpStandardCodec.h" #include "SkCodecPriv.h" #include "SkColorData.h" +#include "SkMathPriv.h" #include "SkStream.h" /*