| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| #ifndef SkOSWindow_NaCl_DEFINED |
| #define SkOSWindow_NaCl_DEFINED |
| class SkOSWindow : public SkWindow { |
| bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { |
| virtual void onPDFSaved(const char title[], const char desc[], |
| // overrides from SkWindow |
| virtual void onHandleInval(const SkIRect&); |
| virtual void onSetTitle(const char title[]); |
| typedef SkWindow INHERITED; |