Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: chromecast/renderer/media/hole_frame_factory.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/trees/layer_tree_host_unittest_copyrequest.cc ('k') | chromecast/renderer/media/hole_frame_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « cc/trees/layer_tree_host_unittest_copyrequest.cc ('k') | chromecast/renderer/media/hole_frame_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698