| 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 dd9a6e3197b768f6014046c2b3b50af025e94a78..fe41c7778199e0b98bee952b198ee04dfe158ef2 100644
|
| --- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| @@ -137,8 +137,6 @@ public:
|
| // This destructor needs to be public so that using classes can destroy instances if initialization fails.
|
| virtual ~WebGraphicsContext3D() { }
|
|
|
| - virtual bool genSyncTokenCHROMIUM(WGC3Duint64, WGC3Dbyte*) { return false; }
|
| -
|
| // Synthesizes an OpenGL error which will be returned from a
|
| // later call to getError. This is used to emulate OpenGL ES
|
| // 2.0 behavior on the desktop and to enforce additional error
|
|
|