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

Unified Diff: content/browser/devtools/devtools_system_info_handler.cc

Issue 568413002: Add VEA supported profiles to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use GPUInfo 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/browser/devtools/devtools_system_info_handler.cc
diff --git a/content/browser/devtools/devtools_system_info_handler.cc b/content/browser/devtools/devtools_system_info_handler.cc
index 6e0336d2c08c3644cd93fb858cc5006939f5416e..608fa778993b718568530425d8a6fd6bce60fb58 100644
--- a/content/browser/devtools/devtools_system_info_handler.cc
+++ b/content/browser/devtools/devtools_system_info_handler.cc
@@ -66,6 +66,10 @@ class AuxGPUInfoEnumerator : public gpu::GPUInfo::Enumerator {
virtual void EndGPUDevice() OVERRIDE {
}
+ virtual void BeginVideoEncodeAcceleratorSupportedProfile() OVERRIDE {}
+
+ virtual void EndVideoEncodeAcceleratorSupportedProfile() OVERRIDE {}
+
virtual void BeginAuxAttributes() OVERRIDE {
in_aux_attributes_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698