aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/sk_app/mac/GLWindowContext_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viewer/sk_app/mac/GLWindowContext_mac.cpp')
-rw-r--r--tools/viewer/sk_app/mac/GLWindowContext_mac.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/viewer/sk_app/mac/GLWindowContext_mac.cpp b/tools/viewer/sk_app/mac/GLWindowContext_mac.cpp
index 2515ea471a..7f09d54522 100644
--- a/tools/viewer/sk_app/mac/GLWindowContext_mac.cpp
+++ b/tools/viewer/sk_app/mac/GLWindowContext_mac.cpp
@@ -21,18 +21,18 @@ namespace {
class GLWindowContext_mac : public GLWindowContext {
public:
GLWindowContext_mac(const MacWindowInfo&, const DisplayParams&);
-
+
~GLWindowContext_mac() override;
-
+
void onSwapBuffers() override;
sk_sp<const GrGLInterface> onInitializeContext() override;
void onDestroyContext() override;
-
+
private:
SDL_Window* fWindow;
SDL_GLContext fGLContext;
-
+
typedef GLWindowContext INHERITED;
};