aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPathRef.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-04 02:01:34 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-04 02:01:34 +0000
commit7cc7f494796afc681355b15e88c57ef2709a9220 (patch)
tree90d0468ccd0d5730c70671216523556a0ea3dae5 /src/core/SkPathRef.h
parent3a80991b81976eb9a8f72b75da89e6969daea343 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5798 2bbb7eff-a529-9590-31e7-b0007b416f81
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