|
|
Created:
6 years, 5 months ago by pkotwicz Modified:
6 years, 5 months ago Reviewers:
flackr CC:
chromium-reviews Base URL:
svn://svn.chromium.org/chrome/trunk/src Project:
chromium Visibility:
Public. |
DescriptionCleanup athena's WindowManagerImpl
This CL moves the method implementations out of the WindowManagerImpl class
declaration.
BUG=None
R=flackr
TBR=oshima
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285172
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 22 (0 generated)
flackr@ PTAL
lgtm https://codereview.chromium.org/406393003/diff/1/athena/wm/window_manager_imp... File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/406393003/diff/1/athena/wm/window_manager_imp... athena/wm/window_manager_impl.cc:64: class AthenaContainerLayoutManager : public aura::LayoutManager { Can you move this class so the implementation immediately follows the declaration? I guess up since WindowManagerImpl::WindowManagerImpl constructs this.
Rob, can you please take another look? https://codereview.chromium.org/406393003/diff/1/athena/wm/window_manager_imp... File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/406393003/diff/1/athena/wm/window_manager_imp... athena/wm/window_manager_impl.cc:64: class AthenaContainerLayoutManager : public aura::LayoutManager { WindowManagerImpl uses AthenaContainerLayoutManager so it isn't that simple I moved the implementation of AthenaContainerLayoutManager out of the class' declaration and now everything is groovy
slgtm (still looks groovy to me).
The CQ bit was checked by pkotwicz@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/406393003/20001
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was checked by pkotwicz@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/406393003/20001
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was checked by pkotwicz@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/406393003/20001
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was checked by pkotwicz@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/406393003/40001
Message was sent while issue was closed.
Change committed as 285172 |