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

Unified Diff: public/platform/WebCommon.h

Issue 1206513004: [PresentationAPI] on-session-message handler for binary messages (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added typedef uint8_t for WIN32 Created 5 years, 5 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
Index: public/platform/WebCommon.h
diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h
index 1491ddcd58eb835710b6e2428788df669c0d6d78..e076c2d6f77032ac5500965fa3c19bd23e9c7c6a 100644
--- a/public/platform/WebCommon.h
+++ b/public/platform/WebCommon.h
@@ -87,6 +87,7 @@
#if defined(WIN32)
Peter Beverloo 2015/07/08 14:00:22 Removing lines 88-97 and 99 (in a separate patch)
USE s.singapati at gmail.com 2015/07/08 14:39:56 Done. New CL: https://codereview.chromium.org/1223
// Visual Studio doesn't have stdint.h.
+typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short uint16_t;
typedef int int32_t;
« no previous file with comments | « Source/modules/presentation/PresentationSession.idl ('k') | public/platform/modules/presentation/WebPresentationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698