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

Unified Diff: include/core/SkTemplates.h

Issue 746423007: Draft change to start pulling uniform color into GP (Closed) Base URL: https://skia.googlesource.com/skia.git@no_factories
Patch Set: more cleanup Created 6 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
Index: include/core/SkTemplates.h
diff --git a/include/core/SkTemplates.h b/include/core/SkTemplates.h
index 5ef28ea4e567b39a386055e3e48b46f405f3b8c4..3571af6706a7b13b7e07de2489fd999ebd1c4c91 100644
--- a/include/core/SkTemplates.h
+++ b/include/core/SkTemplates.h
@@ -464,6 +464,7 @@ private:
template <size_t N> class SkAlignedSStorage : SkNoncopyable {
public:
void* get() { return fData; }
+ const void* get() const { return fData; }
private:
union {
void* fPtr;

Powered by Google App Engine
This is Rietveld 408576698