summaryrefslogtreecommitdiff
path: root/chromium/components/exo/wayland/clients/simple.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/wayland/clients/simple.cc')
-rw-r--r--chromium/components/exo/wayland/clients/simple.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/exo/wayland/clients/simple.cc b/chromium/components/exo/wayland/clients/simple.cc
index 1a517247ca2..37015530eb2 100644
--- a/chromium/components/exo/wayland/clients/simple.cc
+++ b/chromium/components/exo/wayland/clients/simple.cc
@@ -140,7 +140,7 @@ void Simple::Run(int frames,
canvas->clear(kColors[++frame_count % base::size(kColors)]);
if (gr_context_) {
- gr_context_->flush();
+ gr_context_->flushAndSubmit();
glFinish();
}