aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-04 19:05:31 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-04 19:05:31 +0000
commit3286989f97805ec92463c11701b00d5de7d01ce0 (patch)
treede0351e6c7c0ac2202d3e6426ebcf8f30edacfe8 /include/views
parent6c8a3876e36c4bb169ad7d4a641973a94145a4dc (diff)
Remove old D3D9 stuff
Review URL: http://codereview.appspot.com/5966071/ git-svn-id: http://skia.googlecode.com/svn/trunk@3601 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index 2663c8c75d..9c76d5c7e5 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -33,15 +33,12 @@ public:
#if SK_ANGLE
kANGLE_BackEndType,
#endif
- kD3D9_BackEndType
};
bool attach(SkBackEndTypes attachType);
void detach();
void present();
- void* d3d9Device() { return fD3D9Device; }
-
bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
static bool QuitOnDeactivate(HWND hWnd);
@@ -72,8 +69,6 @@ private:
EGLSurface fSurface;
#endif
- void* fD3D9Device;
-
HMENU fMBar;
SkBackEndTypes fAttached;
@@ -88,10 +83,6 @@ private:
void presentANGLE();
#endif
- bool attachD3D9();
- void detachD3D9();
- void presentD3D9();
-
typedef SkWindow INHERITED;
};