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

Unified Diff: components/mus/gles2/gpu_memory_tracker.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 | « components/mus/gles2/command_buffer_local_client.h ('k') | components/mus/gles2/mojo_buffer_backing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_memory_tracker.h
diff --git a/components/mus/gles2/gpu_memory_tracker.h b/components/mus/gles2/gpu_memory_tracker.h
index 6a05070f7e799c27c0154abe0cbf09a2886846d0..925ca978d190745ce0946d1ef8411f4e1f5d4dfd 100644
--- a/components/mus/gles2/gpu_memory_tracker.h
+++ b/components/mus/gles2/gpu_memory_tracker.h
@@ -5,6 +5,10 @@
#ifndef COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
#define COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
+#include <stddef.h>
+#include <stdint.h>
+
+#include "base/macros.h"
#include "gpu/command_buffer/service/memory_tracking.h"
namespace mus {
« no previous file with comments | « components/mus/gles2/command_buffer_local_client.h ('k') | components/mus/gles2/mojo_buffer_backing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698