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.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index 8d5378108e..7ed22a6514 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -18,10 +18,6 @@
#include "EGL/egl.h"
#endif
-#if SK_COMMAND_BUFFER
-class SkCommandBufferGLContext;
-#endif
-
class SkOSWindow : public SkWindow {
public:
struct WindowInit {
@@ -41,9 +37,6 @@ public:
#if SK_ANGLE
kANGLE_BackEndType,
#endif // SK_ANGLE
-#if SK_COMMAND_BUFFER
- kCommandBuffer_BackEndType,
-#endif // SK_COMMAND_BUFFER
#endif // SK_SUPPORT_GPU
};
@@ -104,9 +97,6 @@ private:
EGLConfig fConfig;
SkAutoTUnref<const GrGLInterface> fANGLEInterface;
#endif // SK_ANGLE
-#if SK_COMMAND_BUFFER
- SkCommandBufferGLContext* fCommandBuffer;
-#endif // SK_COMMAND_BUFFER
#endif // SK_SUPPORT_GPU
bool fFullscreen;
@@ -137,11 +127,6 @@ private:
void presentANGLE();
#endif // SK_ANGLE
-#if SK_COMMAND_BUFFER
- bool attachCommandBuffer(int msaaSampleCount, AttachmentInfo* info);
- void detachCommandBuffer();
- void presentCommandBuffer();
-#endif // SK_COMMAND_BUFFER
#endif // SK_SUPPORT_GPU
typedef SkWindow INHERITED;