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

Unified Diff: cc/test/fake_raster_buffer_provider.cc

Issue 2555743004: Delay activation/draw on GPU tile work completion (Closed)
Patch Set: cleanup Created 4 years 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
Index: cc/test/fake_raster_buffer_provider.cc
diff --git a/cc/test/fake_raster_buffer_provider.cc b/cc/test/fake_raster_buffer_provider.cc
index 20c91fa6752c9f8dad7a7e9d8f8de1877be08d92..a346389dcd1c04d1b0e6fbfe2c20351272bcf0bd 100644
--- a/cc/test/fake_raster_buffer_provider.cc
+++ b/cc/test/fake_raster_buffer_provider.cc
@@ -38,6 +38,13 @@ bool FakeRasterBufferProviderImpl::CanPartialRasterIntoProvidedResource()
return true;
}
+uint64_t FakeRasterBufferProviderImpl::SetReadyToDrawCallback(
+ const ResourceProvider::ResourceIdArray& resource_ids,
+ const base::Callback<void(uint64_t)>& callback,
+ uint64_t pending_callback_id) const {
+ return 0;
+}
+
void FakeRasterBufferProviderImpl::Shutdown() {}
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698