Commit cba393f5 authored by mitz@apple.com's avatar mitz@apple.com

Build fix.

* platform/graphics/cairo/GraphicsContextCairo.cpp:
(WebCore::GraphicsContext::roundToDevicePixels):



git-svn-id: svn://svn.chromium.org/blink/trunk@83226 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 666b08bf
2011-04-07 Dan Bernstein <mitz@apple.com>
Build fix.
* platform/graphics/cairo/GraphicsContextCairo.cpp:
(WebCore::GraphicsContext::roundToDevicePixels):
2011-04-07 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
......@@ -755,7 +755,7 @@ void GraphicsContext::drawLineForTextChecking(const FloatPoint& origin, float wi
cairo_restore(cr);
}
FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect)
FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode)
{
FloatRect result;
double x = frect.x();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment