| Index: ui/gfx/native_widget_types.h
|
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
|
| index 5ce1e4f900a0bc44cb12f1f5a3736d68968490e2..aece436c6101d867b306b45b19d25cee3039aa11 100644
|
| --- a/ui/gfx/native_widget_types.h
|
| +++ b/ui/gfx/native_widget_types.h
|
| @@ -163,11 +163,7 @@ typedef void* NativeViewAccessible;
|
| #else // Android, Linux, Chrome OS, etc.
|
| // Linux doesn't have a native font type.
|
| typedef void* NativeEditView;
|
| -#if defined(USE_CAIRO)
|
| -typedef cairo_t* NativeDrawingContext;
|
| -#else
|
| typedef void* NativeDrawingContext;
|
| -#endif // defined(USE_CAIRO)
|
| #if defined(USE_X11) && !defined(OS_CHROMEOS)
|
| typedef AtkObject* NativeViewAccessible;
|
| #else
|
|
|