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

Unified Diff: ash/focus_cycler.h

Issue 9455063: Makes windows scale slightly when dragging the caption. Also wired (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes tests Created 8 years, 10 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 | ash/wm/toplevel_window_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/focus_cycler.h
diff --git a/ash/focus_cycler.h b/ash/focus_cycler.h
index c084a988209a464fca7c7780d638062918fbd08a..0b33082bb6cc55b83d7aad3b5e9fe9d5ef320899 100644
--- a/ash/focus_cycler.h
+++ b/ash/focus_cycler.h
@@ -8,6 +8,7 @@
#include <vector>
+#include "ash/ash_export.h"
#include "base/compiler_specific.h"
#include "ui/base/accelerators/accelerator.h"
@@ -21,7 +22,7 @@ namespace internal {
// This class handles moving focus between a set of widgets and the main browser
// window.
-class FocusCycler : public ui::AcceleratorTarget {
+class ASH_EXPORT FocusCycler : public ui::AcceleratorTarget {
public:
enum Direction {
FORWARD,
« no previous file with comments | « no previous file | ash/wm/toplevel_window_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698