aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkOSWindow_Win.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkOSWindow_Win.h')
-rw-r--r--include/views/SkOSWindow_Win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index 774244400c..076b4147a0 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -26,6 +26,7 @@ public:
};
SkOSWindow(const void* winInit);
+ SkOSWindow(const void* winInit, int w, int h);
virtual ~SkOSWindow();
static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
@@ -87,6 +88,7 @@ private:
void* fHWND;
void doPaint(void* ctx);
+ void init(const void* winInit, int w, int h);
#if SK_SUPPORT_GPU
void* fHGLRC;