aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkScalar.h
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-03-28 10:32:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-28 10:32:06 -0700
commitdfed06f6ff5a8e71a48a955f49deac3afd646952 (patch)
treed41e2301789c478007cbc2c2865b327dcd65caf5 /include/core/SkScalar.h
parent8ce5912fe3b18aede140ddaeed014427472c1b30 (diff)
Make SkFixed private.
Removed from Chromium in https://codereview.chromium.org/1698083004 and https://codereview.chromium.org/1752953003. Removed from Android in 895781. Removed from Google3 in internal cl/118359061. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1839653002 Review URL: https://codereview.chromium.org/1839653002
Diffstat (limited to 'include/core/SkScalar.h')
-rw-r--r--include/core/SkScalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkScalar.h b/include/core/SkScalar.h
index c154609fcb..47c74bc5a9 100644
--- a/include/core/SkScalar.h
+++ b/include/core/SkScalar.h
@@ -8,7 +8,7 @@
#ifndef SkScalar_DEFINED
#define SkScalar_DEFINED
-#include "SkFixed.h"
+#include "../private/SkFixed.h"
#include "../private/SkFloatingPoint.h"
// TODO: move this sort of check into SkPostConfig.h