| Index: ui/gl/gl_surface_glx.cc
|
| diff --git a/ui/gl/gl_surface_glx.cc b/ui/gl/gl_surface_glx.cc
|
| index 7189c5a9f93ab80c63a4f940705ce88431a5f109..1df1616f6d5d93c5d31b151f336672004abaa7bd 100644
|
| --- a/ui/gl/gl_surface_glx.cc
|
| +++ b/ui/gl/gl_surface_glx.cc
|
| @@ -490,7 +490,7 @@ uint32_t NativeViewGLSurfaceGLX::DispatchEvent(const ui::PlatformEvent& event) {
|
| XSendEvent(g_display, parent_window_, False, ExposureMask,
|
| &forwarded_event);
|
| XFlush(g_display);
|
| - return ui::POST_DISPATCH_STOP_PROPAGATION;
|
| + return ui::kPostDispatchStopPropagation;
|
| }
|
|
|
| bool NativeViewGLSurfaceGLX::Resize(const gfx::Size& size) {
|
|
|