Adding split view divider widget.
commitb47c16517f0882cbabf8c9aa9ce66711f026fd5b
authormfomitchev <mfomitchev@chromium.org>
Wed, 24 Sep 2014 05:20:35 +0000 (23 22:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Sep 2014 05:20:50 +0000 (24 05:20 +0000)
treee9d751d087e7e418e2ef24347a3410cc3d48345c
parentb937b24239d36fb4cdfeb98b2db818e4304dd8b4
Adding split view divider widget.

Adding split view divider widget which could be dragged to exit the split view.

BUG=403207,408691

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

Cr-Commit-Position: refs/heads/master@{#296351}
12 files changed:
athena/athena.gyp
athena/util/DEPS
athena/util/drag_handle.cc [new file with mode: 0644]
athena/util/drag_handle.h [new file with mode: 0644]
athena/util/drag_handle_unittest.cc [new file with mode: 0644]
athena/wm/DEPS
athena/wm/bezel_controller.cc
athena/wm/bezel_controller.h
athena/wm/split_view_controller.cc
athena/wm/split_view_controller.h
athena/wm/window_manager_impl.cc
athena/wm/window_manager_unittest.cc