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

Unified Diff: Source/platform/TestingPlatformSupport.h

Issue 206473009: Move GraphicsContextTest to platform/ and fix the test environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove extra space Created 6 years, 9 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 | « no previous file | Source/platform/TestingPlatformSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TestingPlatformSupport.h
diff --git a/Source/platform/TestingPlatformSupport.h b/Source/platform/TestingPlatformSupport.h
index df525b0cbd144cb76d487e1ca0fd0c5431868e0d..69d8dd123f14a76e002e0d7d2ec30172c9efbe63 100644
--- a/Source/platform/TestingPlatformSupport.h
+++ b/Source/platform/TestingPlatformSupport.h
@@ -67,6 +67,7 @@ public:
// blink::Platform:
virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
+ virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) OVERRIDE;
private:
const Config m_config;
« no previous file with comments | « no previous file | Source/platform/TestingPlatformSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698