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

Unified Diff: cc/proto/skia_conversions.h

Issue 2575583002: Remove ClipPathDisplayItem::clip_op_ (Closed)
Patch Set: rebase Created 4 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 | « cc/playback/display_item_list_unittest.cc ('k') | cc/proto/skia_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/skia_conversions.h
diff --git a/cc/proto/skia_conversions.h b/cc/proto/skia_conversions.h
index e92e1aeb6156d541cc100052f32eb62cf06ecb66..33429f3495efefc36eea0cea20bded1836659b8b 100644
--- a/cc/proto/skia_conversions.h
+++ b/cc/proto/skia_conversions.h
@@ -21,9 +21,6 @@ class SkRRect;
// TODO(dtrainor): Move these to a class and make them static
// (crbug.com/548432).
-CC_EXPORT SkClipOp SkClipOpFromProto(proto::SkClipOp::Op op);
-CC_EXPORT proto::SkClipOp::Op SkClipOpToProto(SkClipOp op);
-
CC_EXPORT SkBlendMode SkXfermodeModeFromProto(proto::SkXfermode::Mode mode);
CC_EXPORT proto::SkXfermode::Mode SkXfermodeModeToProto(SkBlendMode mode);
« no previous file with comments | « cc/playback/display_item_list_unittest.cc ('k') | cc/proto/skia_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698