diff options
Diffstat (limited to 'src/image/SkSurface_Base.h')
-rw-r--r-- | src/image/SkSurface_Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h index b9c4890c66..bda271bf15 100644 --- a/src/image/SkSurface_Base.h +++ b/src/image/SkSurface_Base.h @@ -31,7 +31,7 @@ public: * must faithfully represent the current contents, even if the surface * is chaged after this calle (e.g. it is drawn to via its canvas). */ - virtual SkImage* onNewImageShapshot() = 0; + virtual SkImage* onNewImageSnapshot() = 0; /** * Default implementation: |