Chromium Code Reviews| Index: ui/gfx/native_widget_types.h |
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h |
| index 3858c11e134b6fefea0407280e20e7b943cd7a28..32c1abbb624aeeacabd42d7b6274e497bafcd435 100644 |
| --- a/ui/gfx/native_widget_types.h |
| +++ b/ui/gfx/native_widget_types.h |
| @@ -111,6 +111,7 @@ namespace content { |
| class ContentViewCore; |
| } |
| #endif |
| +class WindowAndroid; |
|
Yaron
2012/09/12 19:14:45
This should be in the #ifdef above.
Also I think y
aurimas (slooooooooow)
2012/09/13 15:37:15
Done.
|
| class SkBitmap; |
| namespace gfx { |
| @@ -146,7 +147,7 @@ typedef GdkEvent* NativeEvent; |
| #elif defined(OS_ANDROID) |
| typedef void* NativeCursor; |
| typedef content::ContentViewCore* NativeView; |
|
Yaron
2012/09/12 19:14:45
Should this not also be WindowAndroid?
aurimas (slooooooooow)
2012/09/13 15:37:15
I talked to dtrainor and he said not at this point
|
| -typedef content::ContentViewCore* NativeWindow; |
| +typedef WindowAndroid* NativeWindow; |
| typedef void* NativeRegion; |
| typedef jobject NativeEvent; |
| #endif |