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

Unified Diff: src/core/SkRemote_protocol.h

Issue 1774013002: Archive SkRemote-related code. I want to start fresh. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « src/core/SkRemote.cpp ('k') | tools/dm_flags.json » ('j') | 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
deleted file mode 100644
index 825a1c27323b7e38fff89ceef878f6810cd2c8ca..0000000000000000000000000000000000000000
--- a/src/core/SkRemote_protocol.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef SkRemote_protocol_DEFINED
-#define SkRemote_protocol_DEFINED
-
-// ATTENTION! Changes to this file can break protocol compatibility. Tread carefully.
-
-namespace SkRemote {
-
- // It is safe to append to this enum without breaking protocol compatibility.
- // Resorting, deleting, or inserting anywhere but the end will break compatibility.
- enum class Type : uint8_t {
- kMatrix,
- kMisc,
- kPath,
- kStroke,
- kTextBlob,
- kPathEffect,
- kShader,
- kXfermode,
- kMaskFilter,
- kColorFilter,
- kRasterizer,
- kDrawLooper,
- kImageFilter,
- };
-
-} // namespace SkRemote
-
-#endif//SkRemote_protocol_DEFINED
« no previous file with comments | « src/core/SkRemote.cpp ('k') | tools/dm_flags.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698