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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index 4223645614..2663c8c75d 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -36,7 +36,7 @@ public:
kD3D9_BackEndType
};
- bool attach(SkBackEndTypes attachType, int msaaSampleCount);
+ bool attach(SkBackEndTypes attachType);
void detach();
void present();
@@ -78,13 +78,13 @@ private:
SkBackEndTypes fAttached;
- bool attachGL(int msaaSampleCount);
+ bool attachGL();
void detachGL();
void presentGL();
#if SK_ANGLE
bool attachANGLE();
- void detachANGLE(int msaaSampleCount);
+ void detachANGLE();
void presentANGLE();
#endif