doh, fix typo
git-svn-id: http://skia.googlecode.com/svn/trunk@5717 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 369fdd3..8ba0e80 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -38,7 +38,7 @@
void eraseRGB(U8CPU r, U8CPU g, U8CPU b);
bool isDirty() const { return !fDirtyRgn.isEmpty(); }
- bool updatex(SkIRect* updateArea);
+ bool update(SkIRect* updateArea);
// does not call through to onHandleInval(), but does force the fDirtyRgn
// to be wide open. Call before update() to ensure we redraw everything.
void forceInvalAll();