Commit cdf0f3f0 authored by Jiewei Qian's avatar Jiewei Qian Committed by Chromium LUCI CQ

wayland: fix typo in method declaration

Fix typo in WaylandToplevelWindow::HandleSurfaceConfigure(), widht ->
width.

Change-Id: Ice9cb872ee721461c5fb5eb24466d3a3d07b4ee0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628632
Commit-Queue: Jiewei Qian  <qjw@chromium.org>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Auto-Submit: Jiewei Qian  <qjw@chromium.org>
Reviewed-by: default avatarMaksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#843416}
parent a836d9bd
......@@ -60,7 +60,7 @@ class WaylandToplevelWindow : public WaylandWindow,
private:
// WaylandWindow overrides:
void HandleSurfaceConfigure(int32_t widht,
void HandleSurfaceConfigure(int32_t width,
int32_t height,
bool is_maximized,
bool is_fullscreen,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment