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

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

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_command_buffer_stub.cc
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
index 41c84fd1e580c8da8c3e9c053b459fd9c0776226..75db98286eae20f2800354d3a6bdeb47e4dfaaab 100644
--- a/content/common/gpu/gpu_command_buffer_stub.cc
+++ b/content/common/gpu/gpu_command_buffer_stub.cc
@@ -1089,4 +1089,8 @@ void GpuCommandBufferStub::SwapBuffersCompleted(
Send(new GpuCommandBufferMsg_SwapBuffersCompleted(route_id_, latency_info));
}
+void GpuCommandBufferStub::PageFlipCompleted() {
+ Send(new GpuCommandBufferMsg_PageFlipCompleted(route_id_));
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698