| Index: content/browser/gpu/gpu_data_manager_impl.h
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h
|
| index 3fddc38764d88c65f3f88b3a69d99f3639e8fc3f..c509e3a2e88b98f7d59e3458797f60a3c3bf3c54 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.h
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.h
|
| @@ -5,11 +5,15 @@
|
| #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_H_
|
| #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/process/kill.h"
|
| @@ -174,7 +178,7 @@ class CONTENT_EXPORT GpuDataManagerImpl
|
|
|
| // Set the active gpu.
|
| // Return true if it's a different GPU from the previous active one.
|
| - bool UpdateActiveGpu(uint32 vendor_id, uint32 device_id);
|
| + bool UpdateActiveGpu(uint32_t vendor_id, uint32_t device_id);
|
|
|
| // Called when GPU process initialization failed.
|
| void OnGpuProcessInitFailure();
|
|
|