Chromium Code Reviews| Index: cc/fake_web_graphics_context_3d.h |
| =================================================================== |
| --- cc/fake_web_graphics_context_3d.h (revision 187725) |
| +++ cc/fake_web_graphics_context_3d.h (working copy) |
| @@ -582,6 +582,9 @@ |
| virtual void loseContextCHROMIUM(WebKit::WGC3Denum current, |
| WebKit::WGC3Denum other); |
| + |
| + virtual void drawBuffersEXT(WebKit::WGC3Dsizei m, |
| + const WebKit::WGC3Denum* bufs) {} |
| }; |
| } // namespace cc |