Index: content/browser/gpu/gpu_data_manager_impl.h |
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h |
index a1ea2013129be6b6fdbd682b7e280f74904934db..a249f78495158641ce6002b5feb0373d966db277 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -81,6 +81,8 @@ class CONTENT_EXPORT GpuDataManagerImpl |
std::string* gl_version) OVERRIDE; |
virtual void DisableHardwareAcceleration() OVERRIDE; |
virtual bool CanUseGpuBrowserCompositor() const OVERRIDE; |
+ virtual bool IsWebGLDebugRendererInfoAllowed( |
+ const GURL& url) const OVERRIDE; |
// This collects preliminary GPU info, load GpuBlacklist, and compute the |
// preliminary blacklisted features; it should only be called at browser |