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

Unified Diff: tests/Test.h

Issue 178273002: Let DM run unit tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add --leaks Created 6 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 | « gyp/tests.gypi ('k') | tests/Test.cpp » ('j') | tests/Test.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Test.h
diff --git a/tests/Test.h b/tests/Test.h
index 0a9c306b15963c4d1c611cbd13243f469c0c4edc..181b50020f3d30a5b172bed32b10ec6fe220e364 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -81,7 +81,6 @@ namespace skiatest {
public:
GpuTest() : Test() {}
static GrContextFactory* GetGrContextFactory();
- static void DestroyContexts();
virtual bool isGPUTest() const { return true; }
private:
};
« no previous file with comments | « gyp/tests.gypi ('k') | tests/Test.cpp » ('j') | tests/Test.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698