Index: cc/layers/video_layer_impl.h |
diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h |
index d05bd5768e62f57c6d2773880397df7c671ef68b..8c911e55177eb5cadf45a9ed45b21e30cc69c7ff 100644 |
--- a/cc/layers/video_layer_impl.h |
+++ b/cc/layers/video_layer_impl.h |
@@ -70,6 +70,8 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl { |
// Called once for each software resource. |
ReleaseCallbackImpl software_release_callback_; |
+ bool video_can_overlay_; |
+ |
DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl); |
}; |