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 1e153138de4a7446636f215e0e787cc4ef846d15..a1ea2013129be6b6fdbd682b7e280f74904934db 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -80,6 +80,7 @@ class CONTENT_EXPORT GpuDataManagerImpl |
std::string* gl_renderer, |
std::string* gl_version) OVERRIDE; |
virtual void DisableHardwareAcceleration() OVERRIDE; |
+ virtual bool CanUseGpuBrowserCompositor() const OVERRIDE; |
// This collects preliminary GPU info, load GpuBlacklist, and compute the |
// preliminary blacklisted features; it should only be called at browser |
@@ -141,8 +142,6 @@ class CONTENT_EXPORT GpuDataManagerImpl |
bool IsUsingAcceleratedSurface() const; |
#endif |
- bool CanUseGpuBrowserCompositor() const; |
- |
// Maintenance of domains requiring explicit user permission before |
// using client-facing 3D APIs (WebGL, Pepper 3D), either because |
// the domain has caused the GPU to reset, or because too many GPU |