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

Unified Diff: public/platform/WebDataConsumerHandle.h

Issue 855493002: [DO NOT REVIEW][DO NOT COMMIT] Introduce WebDataProducerHandle. Base URL: https://chromium.googlesource.com/chromium/blink.git@pump-data-out-of-stream
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 | « public/platform/WebCreateDataPipeOptions.h ('k') | public/platform/WebDataProducerHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDataConsumerHandle.h
diff --git a/public/platform/WebDataConsumerHandle.h b/public/platform/WebDataConsumerHandle.h
index 37d14d1390effb6c69fa1ca3784bf91e191b99e5..dc1ed9f758cfccb6b3832e34b268f91a3ea7a890 100644
--- a/public/platform/WebDataConsumerHandle.h
+++ b/public/platform/WebDataConsumerHandle.h
@@ -6,6 +6,7 @@
#define WebDataConsumerHandle_h
#include <stddef.h>
+#include <stdint.h>
namespace blink {
@@ -21,7 +22,7 @@ namespace blink {
class WebDataConsumerHandle {
public:
// This corresponds to MojoReadDataFlags.
- using Flags = unsigned;
+ using Flags = uint32_t;
static const Flags FlagNone = 0;
enum Result {
« no previous file with comments | « public/platform/WebCreateDataPipeOptions.h ('k') | public/platform/WebDataProducerHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698