| Index: ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.cc b/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| index 2692a3b42c29df9260d11b07ea3bdbb41cf78f12..3bd4603ec9b01c6a780c411b92640f1518cd8940 100644
|
| --- a/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| +++ b/ui/gfx/compositor/test_web_graphics_context_3d.cc
|
| @@ -219,4 +219,14 @@ WebKit::WebGLId TestWebGraphicsContext3D::createTexture() {
|
| return 1;
|
| }
|
|
|
| +WebKit::WebGLId TestWebGraphicsContext3D::createQueryEXT()
|
| +{
|
| + return 1;
|
| +}
|
| +
|
| +WebKit::WGC3Dboolean TestWebGraphicsContext3D::isQueryEXT(WebKit::WebGLId)
|
| +{
|
| + return true;
|
| +}
|
| +
|
| } // namespace ui
|
|
|