| Index: ui/gl/gl_surface_glx.h
|
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
|
| index 062702313fd88e997f9c3f2d96f8f5a1df6dbbe3..cc82115dfc1444f0fa75be8caa84e9c201525b64 100644
|
| --- a/ui/gl/gl_surface_glx.h
|
| +++ b/ui/gl/gl_surface_glx.h
|
| @@ -76,7 +76,8 @@ class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX,
|
|
|
| // PlatformEventDispatcher implementation
|
| virtual bool CanDispatchEvent(const ui::PlatformEvent& event) override;
|
| - virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) override;
|
| + virtual ui::PostDispatchAction DispatchEvent(
|
| + const ui::PlatformEvent& event) override;
|
|
|
| // Window passed in at creation. Always valid.
|
| gfx::AcceleratedWidget parent_window_;
|
|
|