diff options
author | junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-12 20:20:50 +0000 |
---|---|---|
committer | junov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-12 20:20:50 +0000 |
commit | 5ee449af7448c202cfc6e9a359d8f996392885b2 (patch) | |
tree | be78a2e88692760e5052d214806857d732f28a9a /include | |
parent | 547012dc05dd3af503624bb9c72b56e898bc4b64 (diff) |
Fixing viral copy/paste typo Shapshot -> Snapshot
Unreviewed
git-svn-id: http://skia.googlecode.com/svn/trunk@8667 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkSurface.h | 2 | ||||
-rw-r--r-- | include/utils/SkDeferredCanvas.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h index 70012994db..4a3802912f 100644 --- a/include/core/SkSurface.h +++ b/include/core/SkSurface.h @@ -112,7 +112,7 @@ public: * point. Subsequent changes to the surface (by drawing into its canvas) * will not be reflected in this image. */ - SkImage* newImageShapshot(); + SkImage* newImageSnapshot(); /** * Thought the caller could get a snapshot image explicitly, and draw that, diff --git a/include/utils/SkDeferredCanvas.h b/include/utils/SkDeferredCanvas.h index 97b4a66517..60f709cca5 100644 --- a/include/utils/SkDeferredCanvas.h +++ b/include/utils/SkDeferredCanvas.h @@ -107,7 +107,7 @@ public: * reflected in this image. Will return NULL if the deferred canvas * was not constructed from an SkSurface. */ - SkImage* newImageShapshot(); + SkImage* newImageSnapshot(); /** * Specify the maximum number of bytes to be allocated for the purpose |