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

Unified Diff: src/core/SkRemote_protocol.h

Issue 1408383007: SkRemote: all paint effects except typeface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wip Created 5 years, 1 month 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/core/SkRemote.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRemote_protocol.h
diff --git a/src/core/SkRemote_protocol.h b/src/core/SkRemote_protocol.h
index b89d491379dcfb618aba854f2fbef46489b8c822..6a37f09e09b06a923099c85f25d29663f9d326b5 100644
--- a/src/core/SkRemote_protocol.h
+++ b/src/core/SkRemote_protocol.h
@@ -19,8 +19,15 @@ namespace SkRemote {
kMisc,
kPath,
kStroke,
+ kPathEffect,
kShader,
kXfermode,
+ kMaskFilter,
+ kColorFilter,
+ kRasterizer,
+ kDrawLooper,
+ kImageFilter,
+ kAnnotation,
};
} // namespace SkRemote
« no previous file with comments | « src/core/SkRemote.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698