ozone: Fix events_unittests build with use_xkbcommon==1
commit60fa98054958c6d358360c96df2e162e729d5d7a
authorrobert.bradford <robert.bradford@intel.com>
Wed, 14 Jan 2015 19:06:51 +0000 (14 11:06 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Jan 2015 19:08:54 +0000 (14 19:08 +0000)
treeb4994098bf8cf179386d90f7e1032fa776e5814e
parent147cef6e2a73c974d23a8be3d751e71c66f1b025
ozone: Fix events_unittests build with use_xkbcommon==1

In r311421 a test was modified that called into
XkbKeyboardLayoutEngine::ParseLayoutName but this function was not exposed in
the header file. This change exposes this method in the header file and fixes
the build.

Original CL that introduced issue: https://codereview.chromium.org/848833002

BUG=None
TEST=Compile of events_unittests completes

Review URL: https://codereview.chromium.org/812613004

Cr-Commit-Position: refs/heads/master@{#311523}
ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc
ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h