| 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 f79a4531dc3fd5966a2074917b1e0a3271fdd06e..3b20d8179d72c63fb41d3a0a39be2f5eceafebd2 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -345,10 +345,6 @@
|
| return 0;
|
| }
|
|
|
| -int32_t Display::GetExtraCommandBufferData() const {
|
| - return 0;
|
| -}
|
| -
|
| uint64_t Display::GenerateFenceSyncRelease() {
|
| return next_fence_sync_release_++;
|
| }
|
|
|