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

Unified Diff: ppapi/cpp/image_data.h

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years 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 | « ppapi/cpp/graphics_3d.h ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/image_data.h
diff --git a/ppapi/cpp/image_data.h b/ppapi/cpp/image_data.h
index e9366ceb41529cc23376762ce27ada3480a4d717..ee64ecb8b8c0a9b1d9dc7e7183d5340d2465d887 100644
--- a/ppapi/cpp/image_data.h
+++ b/ppapi/cpp/image_data.h
@@ -5,10 +5,12 @@
#ifndef PPAPI_CPP_IMAGE_DATA_H_
#define PPAPI_CPP_IMAGE_DATA_H_
+#include <stdint.h>
+
#include "ppapi/c/ppb_image_data.h"
#include "ppapi/cpp/point.h"
-#include "ppapi/cpp/size.h"
#include "ppapi/cpp/resource.h"
+#include "ppapi/cpp/size.h"
/// @file
/// This file defines the APIs for determining how a browser
« no previous file with comments | « ppapi/cpp/graphics_3d.h ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698