| 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 6122c50de2a0d93c246c033b77aff95cc9b7f687..dde5de4784e9aecef8c05912173a618a90a092c4 100644
|
| --- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| @@ -166,7 +166,7 @@ public:
|
| virtual void ensureBackbufferCHROMIUM() { }
|
|
|
| virtual unsigned insertSyncPoint() { return 0; }
|
| - virtual void waitSyncPoint(unsigned) { }
|
| + virtual void waitSyncPoint(unsigned, const WGC3Dbyte*) {}
|
|
|
| // Copies the contents of the off-screen render target used by the WebGL
|
| // context to the corresponding texture used by the compositor.
|
|
|