summaryrefslogtreecommitdiff
path: root/chromium/components/exo/wayland/clients/rects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/wayland/clients/rects.cc')
-rw-r--r--chromium/components/exo/wayland/clients/rects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/exo/wayland/clients/rects.cc b/chromium/components/exo/wayland/clients/rects.cc
index d4d101cc03d..8f34046b6b9 100644
--- a/chromium/components/exo/wayland/clients/rects.cc
+++ b/chromium/components/exo/wayland/clients/rects.cc
@@ -438,7 +438,7 @@ int RectsClient::Run(const ClientBase::InitParams& params,
}
GrContext* gr_context = gr_context_.get();
if (gr_context) {
- gr_context->flush();
+ gr_context->flushAndSubmit();
#if defined(USE_GBM)
if (egl_sync_type_) {