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

Unified Diff: ui/gl/angle_platform_impl.h

Issue 1064163002: Add ANGLE platform tracing methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/angle_platform_impl.h
diff --git a/ui/gl/angle_platform_impl.h b/ui/gl/angle_platform_impl.h
index 2d12f60b14004a96d3c1ba76ed94230f56aab807..92d1397f1a55868c6e54b2b54a41e91f5d14eb66 100644
--- a/ui/gl/angle_platform_impl.h
+++ b/ui/gl/angle_platform_impl.h
@@ -20,6 +20,22 @@ class ANGLEPlatformImpl : public angle::Platform {
~ANGLEPlatformImpl() override;
// angle::Platform:
+ double monotonicallyIncreasingTime() override;
+ const unsigned char* getTraceCategoryEnabledFlag(
+ const char* category_group) override;
+ TraceEventHandle addTraceEvent(char phase,
+ const unsigned char* category_group_enabled,
+ const char* name,
+ unsigned long long id,
+ double timestamp,
+ int num_args,
+ const char** arg_names,
+ const unsigned char* arg_types,
+ const unsigned long long* arg_values,
+ unsigned char flags) override;
+ void updateTraceEventDuration(const unsigned char* category_group_enabled,
+ const char* name,
+ TraceEventHandle handle) override;
void histogramCustomCounts(const char* name,
int sample,
int min,
« no previous file with comments | « no previous file | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698