| Index: content/renderer/gpu/delegated_compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| index 061f1d396671a395bf12d6cb1e437ebf64929498..f98d60a22b709cdb00143aa08e91f9c37ea37a93 100644
|
| --- a/content/renderer/gpu/delegated_compositor_output_surface.h
|
| +++ b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_RENDERER_GPU_DELEGATED_COMPOSITOR_OUTPUT_SURFACE_H_
|
| #define CONTENT_RENDERER_GPU_DELEGATED_COMPOSITOR_OUTPUT_SURFACE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "content/renderer/gpu/compositor_output_surface.h"
|
|
|
| @@ -14,8 +16,8 @@ class FrameSwapMessageQueue;
|
| class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| public:
|
| DelegatedCompositorOutputSurface(
|
| - int32 routing_id,
|
| - uint32 output_surface_id,
|
| + int32_t routing_id,
|
| + uint32_t output_surface_id,
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| const scoped_refptr<ContextProviderCommandBuffer>&
|
| worker_context_provider,
|
|
|