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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.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: renamevar 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/Source/modules/webgl/WebGLContextAttributeHelpers.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
index fe6760b12aa2a6edce96cbc0b16997eb26db4ba1..b675dc51ffce6f270b9c8b7291133e88a4238aad 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
@@ -18,7 +18,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
// Set up the attributes that can be used to initialize a WebGraphicsContext3D.
// It's mostly based on WebGLContextAttributes, but may be adjusted based
// on settings.
-WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, Settings*, unsigned webGLVersion);
+WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, unsigned webGLVersion);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698