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

Unified Diff: src/animator/SkDisplayType.h

Issue 1548223002: remove cruft from SkTypes.h, including SkBool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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/utils/SkInterpolator.h ('k') | src/animator/SkDisplayTypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDisplayType.h
diff --git a/src/animator/SkDisplayType.h b/src/animator/SkDisplayType.h
index 474a65e8e6001b0eb10bee80e7e088b3d0b5ab91..8ffcd75feaa28e789854ee7d159dc001fd4e8b77 100644
--- a/src/animator/SkDisplayType.h
+++ b/src/animator/SkDisplayType.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,13 +5,14 @@
* found in the LICENSE file.
*/
-
#ifndef SkDisplayType_DEFINED
#define SkDisplayType_DEFINED
#include "SkMath.h"
#include "SkScalar.h"
+typedef int SkBool;
+
#ifdef SK_DEBUG
#define SK_DUMP_ENABLED
#ifdef SK_BUILD_FOR_MAC
« no previous file with comments | « include/utils/SkInterpolator.h ('k') | src/animator/SkDisplayTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698