| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 8c569a75d7f6661186734e11b8fcaa46690a2bb3..a4b587430230bcddd37037fb702598a5ca9e4249 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -459,12 +459,6 @@
|
| struct ContextAttributes {
|
| bool failIfMajorPerformanceCaveat = false;
|
| unsigned webGLVersion = 0;
|
| - bool supportOwnOffscreenSurface = false;
|
| - // The remaining values are only used if supportOwnOffscreenSurface is true.
|
| - bool supportAlpha = true;
|
| - bool supportDepth = false;
|
| - bool supportAntialias = true;
|
| - bool supportStencil = false;
|
| };
|
| struct GraphicsInfo {
|
| unsigned vendorId = 0;
|
|
|