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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 12356002: [NOT FOR COMMIT] Hacks to merge render compositor thread with UI thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New thread restriction allows (incomplete patch) Created 7 years, 10 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/common/gpu/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index a30626a4d6aa430c8a93ac19fc8c51b0fdc2dcf7..fc397046eddee3aa00997f7b6e04c1366de2b4a8 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -145,12 +145,12 @@ class GpuCommandBufferStub
// Message handlers:
void OnInitialize(base::SharedMemoryHandle shared_state_shm,
IPC::Message* reply_message);
- void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
+ void OnSetGetBuffer(int32 shm_id);
void OnSetParent(int32 parent_route_id,
uint32 parent_texture_id,
IPC::Message* reply_message);
void OnGetState(IPC::Message* reply_message);
- void OnGetStateFast(IPC::Message* reply_message);
+ void OnGetStateFast(gpu::CommandBuffer::State* state);
void OnAsyncFlush(int32 put_offset, uint32 flush_count);
void OnEcho(const IPC::Message& message);
void OnRescheduled();

Powered by Google App Engine
This is Rietveld 408576698