aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/sk_app/mac/Window_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viewer/sk_app/mac/Window_mac.cpp')
-rw-r--r--tools/viewer/sk_app/mac/Window_mac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/viewer/sk_app/mac/Window_mac.cpp b/tools/viewer/sk_app/mac/Window_mac.cpp
index dff7ccbe67..8de5b10450 100644
--- a/tools/viewer/sk_app/mac/Window_mac.cpp
+++ b/tools/viewer/sk_app/mac/Window_mac.cpp
@@ -31,7 +31,7 @@ bool Window_mac::initWindow() {
// we already have a window
if (fWindow) {
return true;
- }
+ }
constexpr int initialWidth = 1280;
constexpr int initialHeight = 960;
@@ -255,7 +255,7 @@ bool Window_mac::attach(BackendType attachType) {
case kRaster_BackendType:
fWindowContext = NewRasterForMac(info, fRequestedDisplayParams);
break;
-
+
case kNativeGL_BackendType:
default:
fWindowContext = NewGLForMac(info, fRequestedDisplayParams);