| 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 9924aee260a5716af9cef6b4249e5e8adbefb0f7..d948c461fcacd2c88e5074153a4b6c7365d3dce0 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -460,10 +460,6 @@ public:
|
| WebString driverVersion;
|
| WebString errorMessage;
|
| };
|
| - enum WillBindToCurrentThread {
|
| - BindToCurrentThread,
|
| - DoNotBindToCurrentThread
|
| - };
|
| // Returns a newly allocated and initialized offscreen context provider,
|
| // backed by an independent context. Returns null if the context cannot be
|
| // created or initialized.
|
| @@ -473,8 +469,7 @@ public:
|
| const ContextAttributes&,
|
| const WebURL& topDocumentURL,
|
| WebGraphicsContext3DProvider* shareContext,
|
| - GraphicsInfo*,
|
| - WillBindToCurrentThread) { return nullptr; }
|
| + GraphicsInfo*) { return nullptr; }
|
|
|
| // Returns a newly allocated and initialized offscreen context provider,
|
| // backed by the process-wide shared main thread context. Returns null if
|
|
|