2011-06-17 Joone Hur <[email protected]>
Reviewed by Martin Robinson.
[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687
Replace GdkRectangle by cairo_rectangle_int_t.
- configure.ac: Check whether Cairo version is higher than 1.10.
2011-06-17 Joone Hur <[email protected]>
Reviewed by Martin Robinson.
[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687
Replace GdkRectangle by cairo_rectangle_int_t.
- wtf/gobject/GTypedefs.h: Replace GdkRectangle by cairo_rectangle_int_t.
2011-06-17 Joone Hur <[email protected]>
Reviewed by Martin Robinson.
[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687
Replace GdkRectangle by cairo_rectangle_int_t.
- GNUmakefile.list.am: Added IntRectCairo.cpp instead of IntRectGtk.cpp
- platform/graphics/IntRect.h: IntRect class can be instantiated through the given cairo_rectangle_int_t
instead of GdkRectangle.
- platform/graphics/cairo/IntRectCairo.cpp: Add the constructor and operator for handling cairo_rectangle_int_t.
(WebCore::IntRect::IntRect):
(WebCore::IntRect::operator cairo_rectangle_int_t):
- platform/graphics/gtk/IntRectGtk.cpp: Include this file only for Gtk+2.
- platform/gtk/GtkPluginWidget.cpp: Replace GdkRectangle by cairo_rectangle_int_t.
(WebCore::GtkPluginWidget::invalidateRect):
2011-06-17 Joone Hur <[email protected]>
Reviewed by Martin Robinson.
[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687
Replace GdkRectangle by cairo_rectangle_int_t.
- WebCoreSupport/DumpRenderTreeSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t.
(DumpRenderTreeSupportGtk::firstRectForCharacterRange):
(DumpRenderTreeSupportGtk::rectangleForSelection):
- WebCoreSupport/DumpRenderTreeSupportGtk.h: Ditto.
2011-06-17 Joone Hur <[email protected]>
Reviewed by Martin Robinson.
[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687
Replace GdkRectangle by cairo_rectangle_int_t.
- DumpRenderTree/gtk/PixelDumpSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t.
(createBitmapContextFromWebView):
- DumpRenderTree/gtk/TextInputController.cpp: Ditto.
(firstRectForCharacterRangeCallback):