aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-09-15 13:33:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-15 13:33:58 -0700
commit7a4d84755801db35a4d5fc231278089b228e8c57 (patch)
tree8f1be6fd165b4b915a17c9fe971a7c3861f90e1a /include
parentca6f43b6fd2c650a60e38f5080b42c9448c21dea (diff)
use SkBitmapProvider for shader-context
Diffstat (limited to 'include')
-rw-r--r--include/core/SkShader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 47934dd9ad..a95e7e713e 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -439,6 +439,7 @@ private:
// So the SkLocalMatrixShader can whack fLocalMatrix in its SkReadBuffer constructor.
friend class SkLocalMatrixShader;
+ friend class SkBitmapProcShader; // for computeTotalInverse()
typedef SkFlattenable INHERITED;
};