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

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

Issue 1841643003: Remove unused fields from WebGraphicsContext3D::Attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38eb50cb35d562e63da473b8ec5a79fdfaf8302a..77d430498915ed77d262880020470be4c04c3a40 100644
--- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
+++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
@@ -58,13 +58,10 @@ public:
bool stencil = true;
bool antialias = true;
bool premultipliedAlpha = true;
- bool canRecoverFromContextLoss = true;
- bool noExtensions = false;
bool shareResources = true;
bool preferDiscreteGPU = false;
bool noAutomaticFlushes = false;
bool failIfMajorPerformanceCaveat = false;
- bool webGL = false;
unsigned webGLVersion = 0;
// FIXME: ideally this would be a WebURL, but it is currently not
// possible to pass a WebURL by value across the WebKit API boundary.
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698