Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10121)

Unified Diff: chrome/gpu/gpu_idirect3d9_mock_win.h

Issue 6413036: Another big out-of-lining of test code. Hits a lot of gmock objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lei comments Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/gpu/gpu_idirect3d9_mock_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/gpu/gpu_idirect3d9_mock_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698