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

Unified Diff: include/core/SkScalar.h

Issue 1839653002: Make SkFixed private. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 9 months 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/SkFixed.h ('k') | include/private/SkFixed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkScalar.h
diff --git a/include/core/SkScalar.h b/include/core/SkScalar.h
index c154609fcb03f9f15ce396e3968d23171a5a87ff..47c74bc5a9db96aeb323fbbd201b30090bf039a2 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
« no previous file with comments | « include/core/SkFixed.h ('k') | include/private/SkFixed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698