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

Unified Diff: views/controls/scrollbar/native_scroll_bar_win.cc

Issue 2813042: Move WindowImpl to gfx so I can use it there for canvas unit tests.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « views/controls/menu/menu_win.cc ('k') | views/widget/widget_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/scrollbar/native_scroll_bar_win.cc
===================================================================
--- views/controls/scrollbar/native_scroll_bar_win.cc (revision 51425)
+++ views/controls/scrollbar/native_scroll_bar_win.cc (working copy)
@@ -7,9 +7,9 @@
#include <algorithm>
#include <string>
-#include "app/win/window_impl.h"
#include "base/keyboard_codes.h"
#include "base/message_loop.h"
+#include "gfx/window_impl.h"
#include "views/controls/scrollbar/native_scroll_bar.h"
#include "views/controls/scrollbar/scroll_bar.h"
#include "views/widget/widget.h"
@@ -24,7 +24,7 @@
// use instances of this class to wrap native scrollbars.
//
/////////////////////////////////////////////////////////////////////////////
-class ScrollBarContainer : public app::WindowImpl {
+class ScrollBarContainer : public gfx::WindowImpl {
public:
explicit ScrollBarContainer(ScrollBar* parent)
: parent_(parent),
« no previous file with comments | « views/controls/menu/menu_win.cc ('k') | views/widget/widget_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698