From 5ee449af7448c202cfc6e9a359d8f996392885b2 Mon Sep 17 00:00:00 2001 From: "junov@chromium.org" Date: Fri, 12 Apr 2013 20:20:50 +0000 Subject: Fixing viral copy/paste typo Shapshot -> Snapshot Unreviewed git-svn-id: http://skia.googlecode.com/svn/trunk@8667 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkSurface.h | 2 +- include/utils/SkDeferredCanvas.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3