aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
authorGravatar junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 18:33:23 +0000
committerGravatar junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 18:33:23 +0000
commitb0a7ace7cb2a7559bbc254a7c93698bc71bbd245 (patch)
treef57580a744e1f59c66cfac04a61539669666d36b /include/core/SkCanvas.h
parent3a4553ea577812b38859a2d2e0590e4e9adcc8dc (diff)
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
REVIEW=http://codereview.appspot.com/5992047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3619 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkCanvas.h')
-rw-r--r--include/core/SkCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 5224217fdc..edae7d3a4a 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -968,7 +968,7 @@ private:
SkBounder* fBounder;
SkDevice* fLastDeviceToGainFocus;
- int fLayerCount; // number of successful saveLayer calls
+ int fSaveLayerCount; // number of successful saveLayer calls
void prepareForDeviceDraw(SkDevice*, const SkMatrix&, const SkRegion&,
const SkClipStack& clipStack);