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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.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_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 2fe5daf2104d94c785b8f069e604a5c535a84165..8a6dc39755cebf8221dab1953131d1eab0797de6 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -146,6 +146,7 @@ class GpuCommandBufferStub
uint64 GetMemoryUsage() const;
void SwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info);
+ void PageFlipCompleted();
private:
GpuMemoryManager* GetMemoryManager() const;

Powered by Google App Engine
This is Rietveld 408576698