| Index: chrome/gpu/gpu_idirect3d9_mock_win.h
|
| diff --git a/chrome/gpu/gpu_idirect3d9_mock_win.h b/chrome/gpu/gpu_idirect3d9_mock_win.h
|
| index b2867d2d87d9cad4e683dea906a908c98751038a..30568c333c7be9e90f185ab7cfea08090d82f78c 100644
|
| --- a/chrome/gpu/gpu_idirect3d9_mock_win.h
|
| +++ b/chrome/gpu/gpu_idirect3d9_mock_win.h
|
| @@ -13,7 +13,8 @@
|
|
|
| class IDirect3D9Mock : public IDirect3D9 {
|
| public:
|
| - IDirect3D9Mock() {}
|
| + IDirect3D9Mock();
|
| + virtual ~IDirect3D9Mock();
|
|
|
| MOCK_METHOD5_WITH_CALLTYPE(
|
| STDMETHODCALLTYPE, CheckDepthStencilMatch,
|
|
|