aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-30 14:14:42 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-30 14:14:42 +0000
commita306d93cd73c3fc1d81479cbba98638f1e055385 (patch)
tree922c841e70a568b2e8a9b1231938c2a179edc327 /include/core/SkTypes.h
parent4c9128664a4782ef40c5ccd856e87f9ed3b86172 (diff)
remove Sk64 from public API, and start to remove usage internally
BUG= R=robertphillips@google.com Review URL: https://codereview.chromium.org/113823003 git-svn-id: http://skia.googlecode.com/svn/trunk@12840 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkTypes.h')
-rw-r--r--include/core/SkTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index c30a8a2d66..06c8583a61 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
*/