summaryrefslogtreecommitdiff
path: root/chromium/components/exo/wayland/clients/blur.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/wayland/clients/blur.cc')
-rw-r--r--chromium/components/exo/wayland/clients/blur.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/exo/wayland/clients/blur.cc b/chromium/components/exo/wayland/clients/blur.cc
index 4b37d4db4d3..e30e562cd8a 100644
--- a/chromium/components/exo/wayland/clients/blur.cc
+++ b/chromium/components/exo/wayland/clients/blur.cc
@@ -215,7 +215,7 @@ void Blur::Run(double sigma_x,
}
if (gr_context_) {
- gr_context_->flush();
+ gr_context_->flushAndSubmit();
glFinish();
}