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

Unified Diff: gpu/command_buffer/service/in_process_command_buffer.h

Issue 1149893010: gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 6 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 | « build/all.gyp ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/in_process_command_buffer.h
diff --git a/gpu/command_buffer/service/in_process_command_buffer.h b/gpu/command_buffer/service/in_process_command_buffer.h
index b3f6eb806d770586bd2ba9feb64303bf2afe913c..94d77b2dbbbdd6899c7213631a410acf0c764d3b 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.h
+++ b/gpu/command_buffer/service/in_process_command_buffer.h
@@ -209,6 +209,8 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
gfx::GpuMemoryBuffer::Format format,
uint32 internalformat);
void DestroyImageOnGpuThread(int32 id);
+ scoped_refptr<Service> GetInitialService(
+ const scoped_refptr<Service>& service);
piman 2015/06/12 19:19:37 nit: you can make this a free function in the .cc
hendrikw 2015/06/12 22:54:22 good point, done
// Callbacks:
void OnContextLost();
« no previous file with comments | « build/all.gyp ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698