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

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

Issue 781683005: Ozone: Avoid blocking in Swapbuffer Call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintended changes. Created 6 years 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_messages.h
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index 3f373bbc46f41b570cf1d4a4a15ee27f3d2ce45a..4fbf36f14777436e2b49fd4cc81fd075f7d91e8b 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -556,6 +556,9 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Destroyed,
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SwapBuffersCompleted,
std::vector<ui::LatencyInfo> /* latency_info */)
+// Tells the browser that PageFlip returned.
+IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_PageFlipCompleted)
+
// Send to stub on surface visibility change.
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool /* visible */)

Powered by Google App Engine
This is Rietveld 408576698