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

Unified Diff: cc/debug/frame_timing_request.h

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes 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 | « cc/debug/frame_rate_counter.cc ('k') | cc/debug/frame_timing_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/frame_timing_request.h
diff --git a/cc/debug/frame_timing_request.h b/cc/debug/frame_timing_request.h
index aedd72052983581b95d9ee123d3040579b130ca3..6b2b57c5f5f24f56ae7254df4d1c9d83946c5e42 100644
--- a/cc/debug/frame_timing_request.h
+++ b/cc/debug/frame_timing_request.h
@@ -5,6 +5,8 @@
#ifndef CC_DEBUG_FRAME_TIMING_REQUEST_H_
#define CC_DEBUG_FRAME_TIMING_REQUEST_H_
+#include <stdint.h>
+
#include "cc/base/cc_export.h"
#include "ui/gfx/geometry/rect.h"
« no previous file with comments | « cc/debug/frame_rate_counter.cc ('k') | cc/debug/frame_timing_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698