| 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 228e4c12e32b0471b03a66f9f1c5cdff0feebb28..bd17250e16ef830a70d48071f4af91996caa0234 100644
 | 
| --- a/gpu/gles2_conform_support/egl/display.cc
 | 
| +++ b/gpu/gles2_conform_support/egl/display.cc
 | 
| @@ -335,4 +335,8 @@ uint32 Display::CreateStreamTexture(uint32 texture_id) {
 | 
|    return 0;
 | 
|  }
 | 
|  
 | 
| +void Display::SetLock(base::Lock*) {
 | 
| +  NOTIMPLEMENTED();
 | 
| +}
 | 
| +
 | 
|  }  // namespace egl
 | 
| 
 |