Index: base/gfx/native_widget_types.h |
diff --git a/base/gfx/native_widget_types.h b/base/gfx/native_widget_types.h |
index d165cd4abf69cf529885c8d49101e0e2ba76db20..08bf76f096ca129c8c46788b6e9c5e01ce77a353 100644 |
--- a/base/gfx/native_widget_types.h |
+++ b/base/gfx/native_widget_types.h |
@@ -50,7 +50,7 @@ class NSTextField; |
typedef struct _GdkCursor GdkCursor; |
typedef struct _GtkWidget GtkWidget; |
typedef struct _GtkWindow GtkWindow; |
-typedef struct _cairo_surface cairo_surface_t; |
+typedef struct _cairo cairo_t; |
#endif |
namespace gfx { |
@@ -73,7 +73,7 @@ typedef void* NativeMenu; |
typedef GtkWidget* NativeView; |
typedef GtkWindow* NativeWindow; |
typedef GtkWidget* NativeEditView; |
-typedef cairo_surface_t* NativeDrawingContext; |
+typedef cairo_t* NativeDrawingContext; |
typedef GdkCursor* NativeCursor; |
typedef GtkWidget* NativeMenu; |
#endif |