summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 02:09:16 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 02:09:16 +0000
commit65d12044f78bd469b507d89703bd3067267a94b3 (patch)
tree8e64faef3eeaac14d35c1fa19996bf0cdfb2aaf2 /ash
parent256f4bd66fd000e2414495fc12c8d7a6152ab003 (diff)
downloadchromium_src-65d12044f78bd469b507d89703bd3067267a94b3.zip
chromium_src-65d12044f78bd469b507d89703bd3067267a94b3.tar.gz
chromium_src-65d12044f78bd469b507d89703bd3067267a94b3.tar.bz2
Work on USE_ASH/USE_AURA split.
This reduced link errors in the chrome binary down to roughly ten. - Supplies an X11 implementation of parts of gfx::Screen. - Multiple files renamed from _aura.cc to _ash.cc or placed outside of ash only directories. - Some random usage #ifdefed properly. BUG=116458 TEST=Everything still compiles in all different configurations. Review URL: http://codereview.chromium.org/10020048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/wm/custom_frame_view_ash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/custom_frame_view_ash.h b/ash/wm/custom_frame_view_ash.h
index 6ab0860..fc31015 100644
--- a/ash/wm/custom_frame_view_ash.h
+++ b/ash/wm/custom_frame_view_ash.h
@@ -25,7 +25,7 @@ class Widget;
namespace ash {
// A NonClientFrameView used for dialogs and other non-browser windows.
-// See also views::CustomFrameView and BrowserNonClientFrameViewAura.
+// See also views::CustomFrameView and BrowserNonClientFrameViewAsh.
class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView,
public views::ButtonListener {
public: