From 614d8f9a3c44e22d77fa909e82119e8a6746e1b1 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 13 Jul 2016 15:42:40 -0700 Subject: Remove GrWrapTextureInBitmap from public API BUG=skia:5531 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2147053002 Review-Url: https://codereview.chromium.org/2147053002 --- gm/drawbitmaprect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/drawbitmaprect.cpp') diff --git a/gm/drawbitmaprect.cpp b/gm/drawbitmaprect.cpp index 4e1af7ef25..f990097c5d 100644 --- a/gm/drawbitmaprect.cpp +++ b/gm/drawbitmaprect.cpp @@ -17,7 +17,7 @@ #include "SkSurface.h" #if SK_SUPPORT_GPU -#include "SkGr.h" +#include "SkGrPriv.h" #endif static SkBitmap make_chessbm(int w, int h) { -- cgit v1.2.3