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

Unified Diff: include/utils/SkDebugUtils.h

Issue 1488813002: CMake, include/: changes to make fiddle 2.0 better (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whitespace change for reed@ 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/ports/SkTypeface_win.h ('k') | include/utils/mac/SkCGUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkDebugUtils.h
diff --git a/include/utils/SkDebugUtils.h b/include/utils/SkDebugUtils.h
index fe276019ba1e5053bf571e36f5514fd91eca77a7..00ed41fecd122a4e317a004fcce87b84d41d2f75 100644
--- a/include/utils/SkDebugUtils.h
+++ b/include/utils/SkDebugUtils.h
@@ -81,7 +81,7 @@ inline void SkDebugDumpMathematica<size_t>( const size_t val ) {
}
template<>
-void SkDebugDumpMathematica<const char *>( const char * val ) {
+inline void SkDebugDumpMathematica<const char *>( const char * val ) {
SkDebugf("%s", val);
}
« no previous file with comments | « include/ports/SkTypeface_win.h ('k') | include/utils/mac/SkCGUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698