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

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

Issue 568413002: Add VEA supported profiles to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 52cb5d7716d085c94841289cd837673ee59aaa23..9d1be1e85eea61d8667ebf770a286cac6acc9316 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -182,6 +182,8 @@ class GpuCommandBufferStub
uint32 initial_bitrate,
int32 route_id,
IPC::Message* reply_message);
+ void OnVideoEncodeAcceleratorGetSupportedProfiles(
+ IPC::Message* reply_message);
void OnSetSurfaceVisible(bool visible);

Powered by Google App Engine
This is Rietveld 408576698