diff options
Diffstat (limited to 'webkit/port')
-rw-r--r-- | webkit/port/platform/chromium/PlatformWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/chromium/PlatformWidget.h b/webkit/port/platform/chromium/PlatformWidget.h index 8751657..5012eae 100644 --- a/webkit/port/platform/chromium/PlatformWidget.h +++ b/webkit/port/platform/chromium/PlatformWidget.h @@ -32,6 +32,6 @@ #include "base/gfx/native_widget_types.h" -typedef gfx::ViewHandle PlatformWidget; +typedef gfx::NativeView PlatformWidget; #endif |