Index: webkit/port/platform/chromium/WidgetChromium.cpp |
=================================================================== |
--- webkit/port/platform/chromium/WidgetChromium.cpp (revision 0) |
+++ webkit/port/platform/chromium/WidgetChromium.cpp (working copy) |
@@ -33,14 +33,14 @@ |
#include "FrameView.h" |
#include "GraphicsContext.h" |
#include "IntRect.h" |
-#include "WidgetClientWin.h" |
+#include "WidgetClientChromium.h" |
namespace WebCore { |
class WidgetPrivate |
{ |
public: |
- WidgetClientWin* client; |
+ WidgetClientChromium* client; |
ScrollView* parent; |
IntRect frameRect; |
bool enabled; |
@@ -77,7 +77,7 @@ |
void Widget::setClient(WidgetClient* c) |
{ |
- data->client = static_cast<WidgetClientWin*>(c); |
+ data->client = static_cast<WidgetClientChromium*>(c); |
} |
WidgetClient* Widget::client() const |
Property changes on: webkit\port\platform\chromium\WidgetChromium.cpp |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/WidgetWin.cpp:r69-2775 |