| 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,
|
|
|