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

Unified Diff: src/core/SkValueKeys.h

Issue 1643753002: kill SkValue (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « src/core/SkValue.cpp ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkValueKeys.h
diff --git a/src/core/SkValueKeys.h b/src/core/SkValueKeys.h
deleted file mode 100644
index 3ec3b5a306ad60325719f331ec5d171899fd6458..0000000000000000000000000000000000000000
--- a/src/core/SkValueKeys.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2016 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef SkValueKeys_DEFINED
-#define SkValueKeys_DEFINED
-
-namespace SkValueKeys {
- namespace ArithmeticXfermode {
- enum { kK0, kK1, kK2, kK3, kEnforcePMColor };
- }
- namespace LerpXfermode { enum { kScale }; }
- namespace PixelXorXfermode { enum { kOpColor }; }
- namespace ProcCoeffXfermode { enum { kMode }; }
-}
-
-#endif // SkValueKeys_DEFINED
« no previous file with comments | « src/core/SkValue.cpp ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698