aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-02-14 14:18:27 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-15 13:50:55 +0000
commit485c499a2797c1eb0e750fa4aaec57192799b424 (patch)
treefa6649c37a56d35b1019edcb29fad3f962786a22 /tests
parent0168e0442e00a42d8367422542033bc8a1ac9efe (diff)
Rename SkConfig8888/SkPixelInfo to SkConvertPixels
BUG=skia: Change-Id: I4f3c6370b3ef4247aa446716c7c154899925d089 Reviewed-on: https://skia-review.googlesource.com/8442 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/PremulAlphaRoundTripTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp
index 575e776377..b1310e3681 100644
--- a/tests/PremulAlphaRoundTripTest.cpp
+++ b/tests/PremulAlphaRoundTripTest.cpp
@@ -6,7 +6,6 @@
*/
#include "SkCanvas.h"
-#include "SkConfig8888.h"
#include "SkSurface.h"
#include "Test.h"
#include "sk_tool_utils.h"