Chromium Code Reviews| Index: tools/viewer/sk_app/Window.cpp |
| diff --git a/tools/viewer/sk_app/Window.cpp b/tools/viewer/sk_app/Window.cpp |
| index 7ec8baae36b7ef04f5ae0f92b17711e066568fd0..1a478048641aef0ed4b68ecf16830a1253989912 100644 |
| --- a/tools/viewer/sk_app/Window.cpp |
| +++ b/tools/viewer/sk_app/Window.cpp |
| @@ -113,4 +113,8 @@ void Window::markInvalProcessed() { |
| fIsContentInvalidated = false; |
| } |
| +WindowContext* Window::getContext() { |
| + return fWindowContext; |
| +} |
| + |
| } // namespace sk_app |