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

Unified Diff: src/core/SkPaintPriv.cpp

Issue 379323002: Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Comment about const-ness of fLocalMatrix. Created 6 years, 5 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 | « include/core/SkShader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPaintPriv.cpp
diff --git a/src/core/SkPaintPriv.cpp b/src/core/SkPaintPriv.cpp
index a8b52e998c7b789e3ad5fe426d71888e04321924..10ff95cee6edd42af014f2d38a6b9a3b74a6f843 100644
--- a/src/core/SkPaintPriv.cpp
+++ b/src/core/SkPaintPriv.cpp
@@ -86,9 +86,6 @@ bool NeedsDeepCopy(const SkPaint& paint) {
* false.
*/
return false
-#ifdef SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX
- || paint.getShader()
-#endif
#ifdef SK_SUPPORT_LEGACY_LAYERRASTERIZER_API
|| paint.getRasterizer()
#endif
« no previous file with comments | « include/core/SkShader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698