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

Unified Diff: src/opts/SkXfermode_opts_SSE2.h

Issue 769953002: Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | « src/effects/gradients/SkTwoPointRadialGradient.cpp ('k') | src/opts/SkXfermode_opts_SSE2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkXfermode_opts_SSE2.h
diff --git a/src/opts/SkXfermode_opts_SSE2.h b/src/opts/SkXfermode_opts_SSE2.h
index 8512aee094a0d9a4098f0b4a6cff3cde3a75b160..7ccce488fdb6cbb8af7ae40cfc25c54eed2a5d9a 100644
--- a/src/opts/SkXfermode_opts_SSE2.h
+++ b/src/opts/SkXfermode_opts_SSE2.h
@@ -25,10 +25,6 @@ public:
SK_TO_STRING_OVERRIDE()
private:
-#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
- SkSSE2ProcCoeffXfermode(SkReadBuffer& buffer);
-#endif
-
void* fProcSIMD;
typedef SkProcCoeffXfermode INHERITED;
};
« no previous file with comments | « src/effects/gradients/SkTwoPointRadialGradient.cpp ('k') | src/opts/SkXfermode_opts_SSE2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698