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

Unified Diff: sky/engine/platform/TestingPlatformSupport.h

Issue 889823002: Remove TRACE_EVENT indirection through blink::Platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/platform/EventTracer.cpp ('k') | sky/engine/platform/TestingPlatformSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/TestingPlatformSupport.h
diff --git a/sky/engine/platform/TestingPlatformSupport.h b/sky/engine/platform/TestingPlatformSupport.h
index dc69921973784f69ac844b7c776d7dfc66b07163..5ec2b1fdb4e5e275a06f7e3bd0c664b20bb3d649 100644
--- a/sky/engine/platform/TestingPlatformSupport.h
+++ b/sky/engine/platform/TestingPlatformSupport.h
@@ -66,7 +66,6 @@ public:
// Platform:
virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) override;
- virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) override;
private:
const Config m_config;
« no previous file with comments | « sky/engine/platform/EventTracer.cpp ('k') | sky/engine/platform/TestingPlatformSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698