Chromium Code Reviews| Index: gpu/gles2_conform_support/egl/display.cc |
| diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc |
| index b610ced352a068de1cf3e966eaa9f162cc64451d..a66ddc3db99adc870bc201a1dee2747db2d4e65b 100644 |
| --- a/gpu/gles2_conform_support/egl/display.cc |
| +++ b/gpu/gles2_conform_support/egl/display.cc |
| @@ -349,6 +349,10 @@ uint64_t Display::GetCommandBufferID() const { |
| return 0; |
| } |
| +int32_t Display::GetExtraCommandBufferData() const { |
| + return 0; |
| +} |
| + |
| uint64_t Display::GenerateFenceSyncRelease() { |
| return next_fence_sync_release_++; |
| } |