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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.h

Issue 1962493002: Make Mac swap code like other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 4 years, 7 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
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_command_buffer_stub.h
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.h b/gpu/ipc/service/gpu_command_buffer_stub.h
index b33c6462e258fa6e39572b48659efc88de2db3a1..9a2f4c4a782d46164235b3436b5df1292a67c092 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.h
+++ b/gpu/ipc/service/gpu_command_buffer_stub.h
@@ -47,6 +47,7 @@ class MailboxManager;
}
struct GpuCommandBufferMsg_CreateImage_Params;
+struct GpuCommandBufferMsg_SwapBuffersCompleted_Params;
namespace gpu {
@@ -139,8 +140,7 @@ class GPU_EXPORT GpuCommandBufferStub
const gles2::FeatureInfo* GetFeatureInfo() const;
void SendSwapBuffersCompleted(
- const std::vector<ui::LatencyInfo>& latency_info,
- gfx::SwapResult result);
+ const GpuCommandBufferMsg_SwapBuffersCompleted_Params& params);
void SendUpdateVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval);
@@ -199,7 +199,6 @@ class GPU_EXPORT GpuCommandBufferStub
void OnCreateStreamTexture(uint32_t texture_id,
int32_t stream_id,
bool* succeeded);
-
void OnCommandProcessed();
void OnParseError();
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698