Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2670)

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ozone deps Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/display/screen_position_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index 0ac3f7ef4b24cb610882b817529abb0652658208..30271ef64f24fac6f221fbf41eb30beeba71b31b 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -580,7 +580,7 @@ bool HandleWindowSnap(int action) {
// Disable window snapping shortcut key for full screen window due to
// http://crbug.com/135487.
if (!window_state ||
- window_state->window()->type() != aura::client::WINDOW_TYPE_NORMAL ||
+ window_state->window()->type() != ui::wm::WINDOW_TYPE_NORMAL ||
window_state->IsFullscreen()) {
return false;
}
« no previous file with comments | « no previous file | ash/display/screen_position_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698