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

Unified Diff: ppapi/proxy/ppapi_command_buffer_proxy.cc

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: ppapi/proxy/ppapi_command_buffer_proxy.cc
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.cc b/ppapi/proxy/ppapi_command_buffer_proxy.cc
index c87961cccc8e3b8e660fdd49133186502298974a..d0ca6b8b6aa8b3d8d9bb6c8c1f6b3ac7fd42f604 100644
--- a/ppapi/proxy/ppapi_command_buffer_proxy.cc
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.cc
@@ -173,6 +173,8 @@ void PpapiCommandBufferProxy::EnsureWorkVisible() {
validated_fence_sync_release_ = flushed_fence_sync_release_;
}
+void PpapiCommandBufferProxy::EnsureWorkVisibleAsync() {}
+
gpu::CommandBufferNamespace PpapiCommandBufferProxy::GetNamespaceID() const {
return gpu::CommandBufferNamespace::GPU_IO;
}

Powered by Google App Engine
This is Rietveld 408576698