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

Unified Diff: content/renderer/pepper_platform_context_3d_impl.h

Issue 7762013: Added GPU process "echo" IPC message. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: content/renderer/pepper_platform_context_3d_impl.h
===================================================================
--- content/renderer/pepper_platform_context_3d_impl.h (revision 98655)
+++ content/renderer/pepper_platform_context_3d_impl.h (working copy)
@@ -21,6 +21,7 @@
class CommandBufferProxy;
class GpuChannelHost;
class RendererGLContext;
+class Task;
class PlatformContext3DImpl
: public webkit::ppapi::PluginDelegate::PlatformContext3D {
@@ -29,11 +30,11 @@
virtual ~PlatformContext3DImpl();
virtual bool Init(const int32* attrib_list);
- virtual void SetSwapBuffersCallback(Callback0::Type* callback);
virtual unsigned GetBackingTextureId();
virtual gpu::CommandBuffer* GetCommandBuffer();
virtual int GetCommandBufferRouteId();
virtual void SetContextLostCallback(Callback0::Type* callback);
+ virtual bool Echo(Task* task);
private:
bool InitRaw();
« no previous file with comments | « content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/renderer/pepper_platform_context_3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698