Index: base/gfx/native_widget_types.h |
=================================================================== |
--- base/gfx/native_widget_types.h (revision 20972) |
+++ base/gfx/native_widget_types.h (working copy) |
@@ -50,7 +50,7 @@ |
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 GtkWidget* NativeView; |
typedef GtkWindow* NativeWindow; |
typedef GtkWidget* NativeEditView; |
-typedef cairo_surface_t* NativeDrawingContext; |
+typedef cairo_t* NativeDrawingContext; |
typedef GdkCursor* NativeCursor; |
typedef GtkWidget* NativeMenu; |
#endif |