From 3e1cdd31535460d1ade1c649587978b682e3b850 Mon Sep 17 00:00:00 2001 From: "mukai@chromium.org" Date: Thu, 7 Jun 2012 03:48:41 +0000 Subject: Allow taking screenshots for all of minitors at the same time. It contains a fix of screenshot filename too. Because multiple screenshot taking happens in a very short time period, the filename could be same for all of the monitors. Thus we need to rename them by specifying some suffix. Here I just added numbers (2), (3), ... BUG=130718 TEST=none Review URL: https://chromiumcodereview.appspot.com/10514002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140939 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ash/shell.h') diff --git a/ash/shell.h b/ash/shell.h index b470705..84f8d5d 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -261,6 +261,9 @@ class ASH_EXPORT Shell : aura::CursorDelegate { internal::FocusCycler* focus_cycler() { return focus_cycler_.get(); } + internal::MonitorController* monitor_controller() { + return monitor_controller_.get(); + } ShellDelegate* delegate() { return delegate_.get(); } SystemTrayDelegate* tray_delegate() { return tray_delegate_.get(); } -- cgit v1.1