summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 22:30:16 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 22:30:16 +0000
commit34e32cf2dda2b1f4d5221749ddaac10690b8a63f (patch)
tree989cbf8baf6c21d21a0880b3a8d6ad7a12c3c985 /views/views.gyp
parent42ecb863ac38c351dd79f4b49f501f4bbd667cac (diff)
downloadchromium_src-34e32cf2dda2b1f4d5221749ddaac10690b8a63f.zip
chromium_src-34e32cf2dda2b1f4d5221749ddaac10690b8a63f.tar.gz
chromium_src-34e32cf2dda2b1f4d5221749ddaac10690b8a63f.tar.bz2
Refactor window impl of scroll bar for future linux implementation.
- Changed NativeScrollBar to use native wrapper - Added NativeScrollBarWapper for NativeScrollBar to delegate operations to native control. - Moved window specific impl in NativeScrollBar to NativeScrollBarWin class which is a native wrapper. - Fixed a bug in native_control_win. need to call Layout when view visibility is changed after native contol is created. BUG=none TEST=none Review URL: http://codereview.chromium.org/214048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index e9456e6..e1277cb 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -159,6 +159,9 @@
'controls/scroll_view.h',
'controls/scrollbar/bitmap_scroll_bar.cc',
'controls/scrollbar/bitmap_scroll_bar.h',
+ 'controls/scrollbar/native_scroll_bar_wrapper.h',
+ 'controls/scrollbar/native_scroll_bar_win.cc',
+ 'controls/scrollbar/native_scroll_bar_win.h',
'controls/scrollbar/native_scroll_bar.cc',
'controls/scrollbar/native_scroll_bar.h',
'controls/scrollbar/scroll_bar.cc',