Index: webkit/port/platform/chromium/PlatformScrollBarChromium.cpp |
=================================================================== |
--- webkit/port/platform/chromium/PlatformScrollBarChromium.cpp (revision 0) |
+++ webkit/port/platform/chromium/PlatformScrollBarChromium.cpp (working copy) |
@@ -39,7 +39,7 @@ |
#include "PlatformScrollBar.h" |
#include "Range.h" |
#include "ScrollView.h" |
-#include "WidgetClientWin.h" |
+#include "WidgetClientChromium.h" |
#include "graphics/SkiaUtils.h" |
@@ -141,8 +141,8 @@ |
if (horz) |
return; |
- // We need to as the WidgetClientWin for the bitmap to use to draw. |
- WidgetClientWin* widget_client = static_cast<WidgetClientWin*>( |
+ // We need to as the WidgetClientChromium for the bitmap to use to draw. |
+ WidgetClientChromium* widget_client = static_cast<WidgetClientChromium*>( |
WebCore::Widget::client()); |
if (!widget_client) |
return; // Cannot draw without access to the bitmap. |
Property changes on: webkit\port\platform\chromium\PlatformScrollBarChromium.cpp |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/PlatformScrollBarWin.cpp:r69-2775 |