| Index: chromecast/renderer/media/hole_frame_factory.h
|
| diff --git a/chromecast/renderer/media/hole_frame_factory.h b/chromecast/renderer/media/hole_frame_factory.h
|
| index 524f9653e9c6f78264e0135d567b08e0784c399d..febeef73fbb6425bfae432d8c599a8fd9d6b7b13 100644
|
| --- a/chromecast/renderer/media/hole_frame_factory.h
|
| +++ b/chromecast/renderer/media/hole_frame_factory.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| +#include "gpu/command_buffer/common/sync_token.h"
|
|
|
| namespace gfx {
|
| class Size;
|
| @@ -36,9 +37,9 @@ class HoleFrameFactory {
|
| private:
|
| ::media::GpuVideoAcceleratorFactories* gpu_factories_;
|
| gpu::Mailbox mailbox_;
|
| + gpu::SyncToken sync_token_;
|
| GLuint texture_;
|
| GLuint image_id_;
|
| - GLuint sync_point_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HoleFrameFactory);
|
| };
|
|
|