Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index 7d6cb901398636564bbfc20e0ec56b37761aafc2..3781d37de2b28f91c4177459d11721b846f8e9d1 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -546,13 +546,14 @@ public: |
| const unsigned char* categoryEnabledFlag, |
| const char* name, |
| unsigned long long id, |
| + unsigned long long bindId, |
|
tkent
2015/09/18 00:43:48
When this CL is landed, BlinkPlatformImpl should b
oystein (OOO til 10th of July)
2015/09/18 01:42:15
Hmm how so? It's adding the bindId and changing 'f
tkent
2015/09/18 02:20:58
Oh, my bad. I checked again, and confirmed BlinkP
|
| double timestamp, |
| int numArgs, |
| const char** argNames, |
| const unsigned char* argTypes, |
| const unsigned long long* argValues, |
| WebConvertableToTraceFormat* convertableValues, |
| - unsigned char flags) |
| + unsigned flags) |
| { |
| return 0; |
| } |