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

Unified Diff: content/browser/gpu/gpu_data_manager_impl.h

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Formatting fix Created 3 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
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | content/browser/gpu/gpu_data_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b346f121173e1489159fb4da3a9d595b57e52154..83227bf3f3c3f59f04c42251909b6fb2d3905137 100644
--- a/content/browser/gpu/gpu_data_manager_impl.h
+++ b/content/browser/gpu/gpu_data_manager_impl.h
@@ -70,6 +70,7 @@ class CONTENT_EXPORT GpuDataManagerImpl
const gpu::GPUInfo& gpu_info) override;
bool IsFeatureBlacklisted(int feature) const override;
bool IsFeatureEnabled(int feature) const override;
+ bool IsWebGLEnabled() const override;
gpu::GPUInfo GetGPUInfo() const override;
void GetGpuProcessHandles(
const GetGpuProcessHandlesCallback& callback) const override;
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | content/browser/gpu/gpu_data_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698