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

Unified Diff: include/core/SkTypes.h

Issue 113823003: remove Sk64 from public API, and start to remove usage internally (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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
« no previous file with comments | « include/core/SkMath.h ('k') | include/utils/SkRandom.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypes.h
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index c30a8a2d66fa232434f50dc51facba9a1522ac6a..06c8583a61d68239bbcda3e0c053d722c094a1ae 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,7 +5,6 @@
* found in the LICENSE file.
*/
-
#ifndef SkTypes_DEFINED
#define SkTypes_DEFINED
@@ -15,6 +13,8 @@
#include "SkPostConfig.h"
#include <stdint.h>
+//#define SK_SUPPORT_LEGACY_SK64
+
/** \file SkTypes.h
*/
« no previous file with comments | « include/core/SkMath.h ('k') | include/utils/SkRandom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698