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

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

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Reverted WebGL2 change and renamed wegl -> accelerated_webgl 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
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;

Powered by Google App Engine
This is Rietveld 408576698