diff options
author | khorimoto@chromium.org <khorimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 22:34:13 +0000 |
---|---|---|
committer | khorimoto@chromium.org <khorimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 22:34:13 +0000 |
commit | dd0c53d1a806d4758d5516a4a11aab5031b936b2 (patch) | |
tree | c276847c90f8d9b9933c2657d51289a4abd0278b /ash/wm/frame_painter.h | |
parent | f50d74c786bb54163e2c07f6f2bad7d16d09ed76 (diff) | |
download | chromium_src-dd0c53d1a806d4758d5516a4a11aab5031b936b2.zip chromium_src-dd0c53d1a806d4758d5516a4a11aab5031b936b2.tar.gz chromium_src-dd0c53d1a806d4758d5516a4a11aab5031b936b2.tar.bz2 |
Revert 155840 - Adding proper dragging behavior for L/R maximized windows.
BUG=141750
TEST=unit tests & visual
Review URL: https://chromiumcodereview.appspot.com/10918077
TBR=skuhne@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10919198
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/frame_painter.h')
-rw-r--r-- | ash/wm/frame_painter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h index cd725d4..57045e3 100644 --- a/ash/wm/frame_painter.h +++ b/ash/wm/frame_painter.h @@ -141,9 +141,6 @@ class ASH_EXPORT FramePainter : public aura::WindowObserver, int theme_frame_id, const gfx::ImageSkia* theme_frame_overlay); - // Adjust frame operations for left / right maximized modes. - int AdjustFrameHitCodeForMaximizedModes(int hit_code); - // Returns true if there is exactly one visible, normal-type window using // a header painted by this class, in which case we should paint a transparent // window header. |