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

Unified Diff: cc/playback/image_id.h

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: Rebase Created 3 years, 10 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: cc/playback/image_id.h
diff --git a/cc/playback/image_id.h b/cc/playback/image_id.h
index c29810b6746dc961d545d0dca387793b00b8c951..eb53da98ce242b8ff0df404da7fb101d29513f68 100644
--- a/cc/playback/image_id.h
+++ b/cc/playback/image_id.h
@@ -5,6 +5,8 @@
#ifndef CC_PLAYBACK_IMAGE_ID_H_
#define CC_PLAYBACK_IMAGE_ID_H_
+#include <stdint.h>
+
namespace cc {
using ImageId = uint32_t;

Powered by Google App Engine
This is Rietveld 408576698