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

Unified Diff: third_party/WebKit/public/platform/WebGraphicsContext3D.h

Issue 1852533002: Remove alpha/depth/stencil/antialias from WGC3D::Attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@premul
Patch Set: rm-alphadepthetc: rebase Created 4 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: third_party/WebKit/public/platform/WebGraphicsContext3D.h
diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3D.h b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
index 35871ec4bf7173a9184504b1824117c34f71d327..b81e265fc0809d99d621e41b126277564fa25d55 100644
--- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
+++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
@@ -53,10 +53,6 @@ class WebGraphicsContext3D : public WebNonCopyable {
public:
// Context creation attributes.
struct Attributes {
- bool alpha = true;
- bool depth = true;
- bool stencil = true;
- bool antialias = true;
bool shareResources = true;
bool preferDiscreteGPU = false;
bool noAutomaticFlushes = false;

Powered by Google App Engine
This is Rietveld 408576698