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

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

Issue 628703005: Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 455439f86246e2230d2c84aa7c5bdfbd59621cc7..d3bd54ab9007ce3030a4f5e87f7f49907d7873e8 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -144,6 +144,8 @@ class GpuCommandBufferStub
uint64 GetMemoryUsage() const;
+ void SwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info);
+
private:
GpuMemoryManager* GetMemoryManager() const;
bool MakeCurrent();

Powered by Google App Engine
This is Rietveld 408576698