aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapCopyTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-07-13 15:42:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 15:42:40 -0700
commit614d8f9a3c44e22d77fa909e82119e8a6746e1b1 (patch)
tree1f74273dc1f959cdf3a596122e5af92d5cb44434 /tests/BitmapCopyTest.cpp
parenta2e0837c3395831ff02a2f35469b4fa98963c560 (diff)
Remove GrWrapTextureInBitmap from public API
Diffstat (limited to 'tests/BitmapCopyTest.cpp')
-rw-r--r--tests/BitmapCopyTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
index 717109dd20..848a83e45a 100644
--- a/tests/BitmapCopyTest.cpp
+++ b/tests/BitmapCopyTest.cpp
@@ -6,6 +6,7 @@
*/
#include "SkBitmap.h"
+#include "SkGrPriv.h"
#include "SkRect.h"
#include "SkTemplates.h"
#include "Test.h"