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

Unified Diff: athena/wm/split_view_controller.h

Issue 513313003: Fix crash when using title drag on a window opened while split view is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months 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 | athena/wm/split_view_controller.cc » ('j') | athena/wm/split_view_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/split_view_controller.h
diff --git a/athena/wm/split_view_controller.h b/athena/wm/split_view_controller.h
index d0e70735e3899f6d892cf028048dddc985ee249e..628c16bf3fcdefc78369e7f91dcde6a928cd4564 100644
--- a/athena/wm/split_view_controller.h
+++ b/athena/wm/split_view_controller.h
@@ -69,11 +69,11 @@ class ATHENA_EXPORT SplitViewController
void UpdateLayout(bool animate);
- void SetWindowTransform(aura::Window* left_window,
- const gfx::Transform& transform,
- bool animate);
+ void SetWindowTransforms(const gfx::Transform& left_transform,
+ const gfx::Transform& right_transform,
+ bool animate);
- void OnAnimationCompleted(aura::Window* window);
+ void OnAnimationCompleted();
oshima 2014/08/29 21:57:06 can you add comment that this is called once for e
void UpdateSeparatorPositionFromScrollDelta(float delta);
« no previous file with comments | « no previous file | athena/wm/split_view_controller.cc » ('j') | athena/wm/split_view_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698