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

Unified Diff: cc/proto/skia_conversions.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 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 | « cc/proto/skclipop.proto ('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
deleted file mode 100644
index 33429f3495efefc36eea0cea20bded1836659b8b..0000000000000000000000000000000000000000
--- a/cc/proto/skia_conversions.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_PROTO_SKIA_CONVERSIONS_H_
-#define CC_PROTO_SKIA_CONVERSIONS_H_
-
-#include "cc/base/cc_export.h"
-#include "cc/proto/skclipop.pb.h"
-#include "cc/proto/skxfermode.pb.h"
-#include "third_party/skia/include/core/SkBlendMode.h"
-#include "third_party/skia/include/core/SkClipOp.h"
-
-class SkRRect;
-
-namespace cc {
-
-namespace proto {
-class SkRRect;
-}
-
-// TODO(dtrainor): Move these to a class and make them static
-// (crbug.com/548432).
-CC_EXPORT SkBlendMode SkXfermodeModeFromProto(proto::SkXfermode::Mode mode);
-CC_EXPORT proto::SkXfermode::Mode SkXfermodeModeToProto(SkBlendMode mode);
-
-CC_EXPORT void SkRRectToProto(const SkRRect& rect, proto::SkRRect* proto);
-CC_EXPORT SkRRect ProtoToSkRRect(const proto::SkRRect& proto);
-
-} // namespace cc
-
-#endif // CC_PROTO_SKIA_CONVERSIONS_H_
« no previous file with comments | « cc/proto/skclipop.proto ('k') | cc/proto/skia_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698