| Index: content/common/gpu/media/exynos_v4l2_video_device.h
|
| diff --git a/content/common/gpu/media/exynos_v4l2_video_device.h b/content/common/gpu/media/exynos_v4l2_video_device.h
|
| index d1498a66e1859f94bb780c089c673263553a71b9..c1bd905517f2121329dbd2cae39e3239fdf05719 100644
|
| --- a/content/common/gpu/media/exynos_v4l2_video_device.h
|
| +++ b/content/common/gpu/media/exynos_v4l2_video_device.h
|
| @@ -52,6 +52,10 @@ class ExynosV4L2Device : public V4L2Device {
|
| int device_poll_interrupt_fd_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExynosV4L2Device);
|
| +
|
| + // Lazily initialize static data after sandbox is enabled. Return false on
|
| + // init failure.
|
| + static bool PostSandboxInitialization();
|
| };
|
| } // namespace content
|
|
|
|
|