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; |
} |