Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: include/core/SkPicture.h

Issue 301423002: Add a way for the gpu veto to report back the reason why it said no (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | src/core/SkPicture.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 44681ea7e619ba8b7d0e5c0383a33cf24e617faa..7ccd3379e239e359a1e0c67fa3716328ace8263e 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:
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | src/core/SkPicture.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698