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

Unified Diff: cc/raster/raster_buffer.h

Issue 1951193002: cc: Add mailbox support to ResourceProvider write locks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@worker_context_stream
Patch Set: rebase Created 4 years, 6 months 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/raster/one_copy_raster_buffer_provider.cc ('k') | cc/raster/raster_buffer_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/raster_buffer.h
diff --git a/cc/raster/raster_buffer.h b/cc/raster/raster_buffer.h
index 04972f9d73e11117f81753977b4289ef260c3997..442eb57551c017b831dda11765f7f967d20b83f1 100644
--- a/cc/raster/raster_buffer.h
+++ b/cc/raster/raster_buffer.h
@@ -9,6 +9,7 @@
#include "cc/base/cc_export.h"
#include "cc/playback/raster_source.h"
+#include "gpu/command_buffer/common/sync_token.h"
#include "ui/gfx/geometry/rect.h"
namespace cc {
@@ -25,6 +26,8 @@ class CC_EXPORT RasterBuffer {
uint64_t new_content_id,
float scale,
const RasterSource::PlaybackSettings& playback_settings) = 0;
+
+ virtual void SetSyncToken(const gpu::SyncToken& sync_token) = 0;
piman 2016/06/06 23:22:45 Does this need to be in the interface? Both Gpu- a
sunnyps 2016/06/07 01:11:31 Done.
};
} // namespace cc
« no previous file with comments | « cc/raster/one_copy_raster_buffer_provider.cc ('k') | cc/raster/raster_buffer_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698