diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 07:13:20 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 07:13:20 +0000 |
commit | e39037d2b7adaa7c4518a49faa5ddc78ac895efa (patch) | |
tree | 1a02d96c2a42b045869e641bceca137112700ca7 /content/content_tests.gypi | |
parent | ef4113beaa7c033fef93b9814c2bc6fb5a88b2fb (diff) | |
download | chromium_src-e39037d2b7adaa7c4518a49faa5ddc78ac895efa.zip chromium_src-e39037d2b7adaa7c4518a49faa5ddc78ac895efa.tar.gz chromium_src-e39037d2b7adaa7c4518a49faa5ddc78ac895efa.tar.bz2 |
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
Move the render thread logic for managing the mouse lock state out of the pepper_plugin_delegate_impl, and into a higher level dispatcher for render_view_impl.
Handle mouse lock / pointer lock requests from both pepper and webkit (WebKit API not yet landed, small TODOs left in this code to enable once that lands).
BUG=109957
TEST=Pepper examples/mouse_lock and NaCl mouse lock examples still work.
Review URL: http://codereview.chromium.org/8970016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 9c380d4..1803ce4 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -285,6 +285,7 @@ 'renderer/media/video_capture_impl_unittest.cc', 'renderer/media/video_capture_message_filter_unittest.cc', 'renderer/media/webrtc_audio_device_unittest.cc', + 'renderer/mouse_lock_dispatcher_unittest.cc', 'renderer/paint_aggregator_unittest.cc', 'renderer/pepper_plugin_delegate_impl_unittest.cc', 'renderer/v8_value_converter_impl_unittest.cc', |