aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-30 21:52:52 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-30 21:52:52 +0000
commita1ff26a64a0cfc337a321e6e923684bfdcadc2ec (patch)
tree916ec655e85d0f9ccf55606359515c87957e1a51 /include/core/SkPicture.h
parent92a8916540b14549213332c5f9f0cd44ec12de75 (diff)
Add a way for the gpu veto to report back the reason why it said no
BUG=2334 R=bsalomon@google.com Author: humper@google.com Review URL: https://codereview.chromium.org/301423002 git-svn-id: http://skia.googlecode.com/svn/trunk@15012 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 44681ea7e6..7ccd3379e2 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -296,7 +296,7 @@ public:
*/
#if SK_SUPPORT_GPU
- bool suitableForGpuRasterization(GrContext*) const;
+ bool suitableForGpuRasterization(GrContext*, const char ** = NULL) const;
#endif
protected: