diff options
author | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-05-02 09:54:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 09:54:06 -0700 |
commit | 5c52401d5504ab4b84d1510042c6b97504c50933 (patch) | |
tree | 3bd2feb4e985f5402ec0fc112aab6717426d46aa /src/mbgl/util | |
parent | 3f0c89d633a5056006557ad5f4b9e446807d00ee (diff) | |
download | qtlocation-mapboxgl-5c52401d5504ab4b84d1510042c6b97504c50933.tar.gz |
[core] Make Map.addImage tests pass (#8843)
Fix Node tests suite implementation to parse pixelRatio from style json
Premultiply images in the node binding before sending to mbgl core
Diffstat (limited to 'src/mbgl/util')
-rw-r--r-- | src/mbgl/util/premultiply.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mbgl/util/premultiply.hpp b/src/mbgl/util/premultiply.hpp deleted file mode 100644 index 532c7cb11d..0000000000 --- a/src/mbgl/util/premultiply.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include <mbgl/util/image.hpp> - -namespace mbgl { -namespace util { - -PremultipliedImage premultiply(UnassociatedImage&&); -UnassociatedImage unpremultiply(PremultipliedImage&&); - -} // namespace util -} // namespace mbgl |