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

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: 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
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 603ea36038a2d3a041178e024161b305ae75e865..2113b3680b3becc9ee103c89bdfefe67b2b5c216 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;
@@ -55,6 +54,9 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy
unsigned internalformat,
int32* id) OVERRIDE;
virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
+ virtual uint32 InsertSyncPoint() OVERRIDE;
+ virtual void SignalSyncPoint(uint32 sync_point,
+ const base::Closure& callback) OVERRIDE;
private:
bool Send(IPC::Message* msg);

Powered by Google App Engine
This is Rietveld 408576698