| 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.
|
|
|