diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-27 21:03:49 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-27 21:03:49 +0000 |
commit | aa400ee34c035c582ea8f3bce8a467d9848ecd25 (patch) | |
tree | 973ddc0360688c36b004ca4d89e835a7eb412608 /include/views | |
parent | 4c9e2aa7c7c3c1367580dd42969998aa5741082d (diff) |
doh, fix typo
git-svn-id: http://skia.googlecode.com/svn/trunk@5717 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r-- | include/views/SkWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h index 369fdd304a..8ba0e806f6 100644 --- a/include/views/SkWindow.h +++ b/include/views/SkWindow.h @@ -38,7 +38,7 @@ public: 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(); |