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

Unified Diff: sky/viewer/platform/platform_impl.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/v8_inspector/PageScriptDebugServer.cpp ('k') | sky/viewer/platform/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/platform_impl.h
diff --git a/sky/viewer/platform/platform_impl.h b/sky/viewer/platform/platform_impl.h
index 1aa0eff012aa0a95025d43d8b415d4b5c4c6ab1d..b4ae59b5f0d553edbecc5666cf11024fd41e2448 100644
--- a/sky/viewer/platform/platform_impl.h
+++ b/sky/viewer/platform/platform_impl.h
@@ -32,33 +32,6 @@ class PlatformImpl : public blink::Platform {
virtual mojo::NetworkService* networkService();
virtual blink::WebURLLoader* createURLLoader();
virtual blink::WebURLError cancelledError(const blink::WebURL& url) const;
- virtual const unsigned char* getTraceCategoryEnabledFlag(
- const char* category_name);
- virtual TraceEventHandle addTraceEvent(
- char phase,
- const unsigned char* category_group_enabled,
- const char* name,
- unsigned long long id,
- int num_args,
- const char** arg_names,
- const unsigned char* arg_types,
- const unsigned long long* arg_values,
- unsigned char flags);
- virtual TraceEventHandle addTraceEvent(
- char phase,
- const unsigned char* category_group_enabled,
- const char* name,
- unsigned long long id,
- int num_args,
- const char** arg_names,
- const unsigned char* arg_types,
- const unsigned long long* arg_values,
- const blink::WebConvertableToTraceFormat* convertable_values,
- unsigned char flags);
- virtual void updateTraceEventDuration(
- const unsigned char* category_group_enabled,
- const char* name,
- TraceEventHandle);
private:
void SuspendSharedTimer();
« no previous file with comments | « sky/engine/v8_inspector/PageScriptDebugServer.cpp ('k') | sky/viewer/platform/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698