commit | 8baf5bd7df5891470b8dfe4c6de7998bd60170b1 | [log] [tgz] |
---|---|---|
author | vince.h <[email protected]> | Fri Jul 15 01:12:25 2016 |
committer | Commit bot <[email protected]> | Fri Jul 15 01:17:19 2016 |
tree | 1fbb5f0a8a768988744e98fc3e9535d31835da08 | |
parent | abefc332c5e35546ba6b0f3faef9fd7f986e78d6 [diff] [blame] |
Add support for EXT_image_flush_external extension BUG=chromium:478339 TEST=Boot to UI Signed-off-by: Vince Hsu <[email protected]> CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2109803003 Cr-Commit-Position: refs/heads/master@{#405659}
diff --git a/ui/gl/gl_surface_overlay.cc b/ui/gl/gl_surface_overlay.cc index 4e5dd056..a8a606b 100644 --- a/ui/gl/gl_surface_overlay.cc +++ b/ui/gl/gl_surface_overlay.cc
@@ -33,4 +33,8 @@ bounds_rect_, crop_rect_); } +void GLSurfaceOverlay::Flush() const { + return image_->Flush(); +} + } // namespace gl