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

Unified Diff: include/client/android/SkPixelXorXfermode.h

Issue 1674673002: Alter SkXfermode's asFragmentProcessor & asXPFactory contracts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix comment Created 4 years, 10 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
Index: include/client/android/SkPixelXorXfermode.h
diff --git a/include/client/android/SkPixelXorXfermode.h b/include/client/android/SkPixelXorXfermode.h
index 4aa78ccf5e417e04fad97e554dbbcf0cc94988b1..ee9b5a734941c4c3a5b7ee03ee1add55e08298dd 100644
--- a/include/client/android/SkPixelXorXfermode.h
+++ b/include/client/android/SkPixelXorXfermode.h
@@ -22,10 +22,8 @@ public:
}
#if SK_SUPPORT_GPU
- bool asFragmentProcessor(const GrFragmentProcessor** output,
- const GrFragmentProcessor* dst) const override;
-
- bool asXPFactory(GrXPFactory**) const override;
+ const GrFragmentProcessor* asFragmentProcessor(const GrFragmentProcessor* dst) const override;
+ GrXPFactory* asXPFactory() const override;
#endif
SK_TO_STRING_OVERRIDE()

Powered by Google App Engine
This is Rietveld 408576698