Index: tools/viewer/sk_app/win/Window_win.h |
diff --git a/tools/viewer/sk_app/win/Window_win.h b/tools/viewer/sk_app/win/Window_win.h |
index 4dd829a9149316204ba64c31006fbe34c3ef5afd..3501b06ae462d9974d145f1f69f07520e0a3499f 100644 |
--- a/tools/viewer/sk_app/win/Window_win.h |
+++ b/tools/viewer/sk_app/win/Window_win.h |
@@ -13,12 +13,6 @@ |
namespace sk_app { |
-// for Windows |
-struct ContextPlatformData_win { |
- HINSTANCE fHInstance; |
- HWND fHWnd; |
-}; |
- |
class Window_win : public Window { |
public: |
Window_win() : Window() {} |
@@ -29,7 +23,7 @@ |
void setTitle(const char*) override; |
void show() override; |
- bool attach(BackendType attachType, const DisplayParams& params) override; |
+ bool attach(BackEndType attachType, const DisplayParams& params) override; |
void inval() override; |