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

Unified Diff: src/core/SkValueKeys.h

Issue 1613053006: SkValue: to/from SkImage (Closed) Base URL: https://skia.googlesource.com/skia.git@skvalue_xfermode2
Patch Set: 2016-01-21 (Thursday) 17:20:39 EST 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.h ('k') | src/effects/SkToFromValue.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
index 3ec3b5a306ad60325719f331ec5d171899fd6458..ff605c5fc5f1be3b5eecf0fc51e746bb13a112d3 100644
--- a/src/core/SkValueKeys.h
+++ b/src/core/SkValueKeys.h
@@ -9,6 +9,7 @@
#define SkValueKeys_DEFINED
namespace SkValueKeys {
+ namespace Image { enum { kEncoded, kUniqueID }; }
namespace ArithmeticXfermode {
enum { kK0, kK1, kK2, kK3, kEnforcePMColor };
}
« no previous file with comments | « src/core/SkValue.h ('k') | src/effects/SkToFromValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698