Index: gpu/ipc/client/gpu_process_hosted_ca_layer_tree_params.h |
diff --git a/gpu/ipc/client/gpu_process_hosted_ca_layer_tree_params.h b/gpu/ipc/client/gpu_process_hosted_ca_layer_tree_params.h |
index bc87b5096136f49acdf6e6d36b11974c86fac787..d0d5d5b5bf35f66a1bf96b9e64e9d265769e3415 100644 |
--- a/gpu/ipc/client/gpu_process_hosted_ca_layer_tree_params.h |
+++ b/gpu/ipc/client/gpu_process_hosted_ca_layer_tree_params.h |
@@ -5,6 +5,7 @@ |
#include <IOSurface/IOSurface.h> |
#include "base/mac/scoped_cftyperef.h" |
+#include "gpu/command_buffer/common/texture_in_use_response.h" |
#include "gpu/gpu_export.h" |
#include "ui/base/cocoa/remote_layer_api.h" |
#include "ui/gfx/geometry/size.h" |
@@ -22,6 +23,7 @@ struct GPU_EXPORT GpuProcessHostedCALayerTreeParamsMac { |
base::ScopedCFTypeRef<IOSurfaceRef> io_surface; |
gfx::Size pixel_size; |
float scale_factor = 1; |
+ TextureInUseResponses responses; |
}; |
} // namespace gpu |