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

Unified Diff: ppapi/proxy/ppapi_command_buffer_proxy.h

Issue 24925002: Move Insert/SignalSyncPoint() to GpuControl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase past r226145 Created 7 years, 3 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 | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | ppapi/proxy/ppapi_command_buffer_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_command_buffer_proxy.h
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.h b/ppapi/proxy/ppapi_command_buffer_proxy.h
index 12925a1fd02e4d41a349777ca3f11ef65ed90149..02865c48b72daf2789d767d20d6f9dedbb705b44 100644
--- a/ppapi/proxy/ppapi_command_buffer_proxy.h
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.h
@@ -45,7 +45,6 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy
virtual void SetParseError(gpu::error::Error error) OVERRIDE;
virtual void SetContextLostReason(gpu::error::ContextLostReason reason)
OVERRIDE;
- virtual uint32 InsertSyncPoint() OVERRIDE;
// gpu::GpuControl implementation:
virtual bool SupportsGpuMemoryBuffer() OVERRIDE;
@@ -57,6 +56,9 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy
virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
virtual bool GenerateMailboxNames(unsigned num,
std::vector<gpu::Mailbox>* names) OVERRIDE;
+ virtual uint32 InsertSyncPoint() OVERRIDE;
+ virtual void SignalSyncPoint(uint32 sync_point,
+ const base::Closure& callback) OVERRIDE;
private:
bool Send(IPC::Message* msg);
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | ppapi/proxy/ppapi_command_buffer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698