| Index: ui/gfx/native_widget_types.h
|
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
|
| index 3d7b9d1cd3b774e993f210ac112d40e57ef3be86..bd14ed50f77fc62ec9f1fc96a06fa52f2076818a 100644
|
| --- a/ui/gfx/native_widget_types.h
|
| +++ b/ui/gfx/native_widget_types.h
|
| @@ -171,12 +171,12 @@ typedef PangoFontDescription* NativeFont;
|
| typedef GtkWidget* NativeEditView;
|
| typedef cairo_t* NativeDrawingContext;
|
| typedef void* NativeViewAccessible;
|
| -#elif defined(USE_AURA)
|
| +#elif defined(USE_CAIRO)
|
| typedef PangoFontDescription* NativeFont;
|
| typedef void* NativeEditView;
|
| typedef cairo_t* NativeDrawingContext;
|
| typedef void* NativeViewAccessible;
|
| -#elif defined(OS_ANDROID)
|
| +#else
|
| typedef void* NativeFont;
|
| typedef void* NativeEditView;
|
| typedef void* NativeDrawingContext;
|
|
|