aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPathRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPathRef.h')
-rw-r--r--src/core/SkPathRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkPathRef.h b/src/core/SkPathRef.h
index 5fbc2b56af..5f85b7b896 100644
--- a/src/core/SkPathRef.h
+++ b/src/core/SkPathRef.h
@@ -38,7 +38,7 @@ class SkPathRef;
// This path ref should never be deleted once it is created. It should not be global but was made
// so for checks when SK_DEBUG_PATH_REF is enabled. It we be re-hidden when the debugging code is
// reverted.
-SkPathRef* gEmptyPathRef;
+SkPathRef* gEmptyPathRef;
// Temporary hackery to try to nail down http://code.google.com/p/chromium/issues/detail?id=148637
#if SK_DEBUG_PATH_REF