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

Unified Diff: gpu/ipc/in_process_command_buffer.h

Issue 2529703002: Mus: Install SwapBuffersCompleted/VSync callbacks to DirectOutputSurface(Ozone) (Closed)
Patch Set: Grab capabilities from the InProcessCommandBuffer instead of making them up Created 4 years, 1 month 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/ipc/gl_in_process_context.cc ('k') | gpu/ipc/in_process_command_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/in_process_command_buffer.h
diff --git a/gpu/ipc/in_process_command_buffer.h b/gpu/ipc/in_process_command_buffer.h
index 432c68bb72f4fa52f8d6ef60bc5d7c47af3e7709..ae2aed2a59e24da62334ff3cdb7ed0b246b71394 100644
--- a/gpu/ipc/in_process_command_buffer.h
+++ b/gpu/ipc/in_process_command_buffer.h
@@ -160,6 +160,10 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
void SetUpdateVSyncParametersCallback(
const UpdateVSyncParametersCallback& callback);
+ void DidSwapBuffersCompleteOnOriginThread(SwapBuffersCompleteParams params);
+ void UpdateVSyncParametersOnOriginThread(base::TimeTicks timebase,
+ base::TimeDelta interval);
+
// The serializer interface to the GPU service (i.e. thread).
class Service {
public:
« no previous file with comments | « gpu/ipc/gl_in_process_context.cc ('k') | gpu/ipc/in_process_command_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698