Index: ppapi/shared_impl/compositor_layer_data.h |
diff --git a/ppapi/shared_impl/compositor_layer_data.h b/ppapi/shared_impl/compositor_layer_data.h |
index b51fcd787a96bd2cac1790127da86118879598fe..8cf096ea49b690caaafe97477b9beec66a01a333 100644 |
--- a/ppapi/shared_impl/compositor_layer_data.h |
+++ b/ppapi/shared_impl/compositor_layer_data.h |
@@ -78,11 +78,13 @@ struct PPAPI_SHARED_EXPORT CompositorLayerData { |
struct TextureLayer { |
TextureLayer() |
- : sync_point(0), |
+ : target(0), |
+ sync_point(0), |
source_rect(PP_MakeFloatRectFromXYWH(0.0f, 0.0f, 1.0f, 1.0f)), |
premult_alpha(true) {} |
gpu::Mailbox mailbox; |
+ uint32_t target; |
uint32_t sync_point; |
PP_FloatRect source_rect; |
bool premult_alpha; |