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

Unified Diff: content/browser/devtools/protocol/system_info_handler.cc

Issue 795633005: Add VDA supported profile to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/devtools/protocol/system_info_handler.cc
diff --git a/content/browser/devtools/protocol/system_info_handler.cc b/content/browser/devtools/protocol/system_info_handler.cc
index d0fd5087d05cb49b22c5b7d35dd60ae7559b09f8..075387048ba777c2d3f1b6f0e328a2799f6c52b7 100644
--- a/content/browser/devtools/protocol/system_info_handler.cc
+++ b/content/browser/devtools/protocol/system_info_handler.cc
@@ -50,6 +50,10 @@ class AuxGPUInfoEnumerator : public gpu::GPUInfo::Enumerator {
void EndGPUDevice() override {}
+ void BeginVideoDecodeAcceleratorSupportedProfile() override {}
+
+ void EndVideoDecodeAcceleratorSupportedProfile() override {}
+
void BeginVideoEncodeAcceleratorSupportedProfile() override {}
void EndVideoEncodeAcceleratorSupportedProfile() override {}

Powered by Google App Engine
This is Rietveld 408576698