Chromium Code Reviews| Index: tools/viewer/Viewer.cpp |
| diff --git a/tools/viewer/Viewer.cpp b/tools/viewer/Viewer.cpp |
| index c4b8b26dc51e3fda5a43a66962f5dba0a397de0d..7d39a7028a3c5e3374e3161da9e75e9aed127ca4 100644 |
| --- a/tools/viewer/Viewer.cpp |
| +++ b/tools/viewer/Viewer.cpp |
| @@ -319,7 +319,7 @@ bool Viewer::onTouch(int owner, Window::InputState state, float x, float y) { |
| break; |
| } |
| } |
| - fWindow->inval(); |
| + fWindow->checkAndInval(); |
| return true; |
| } |