summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-02 18:59:22 +0100
committerSteve Block <steveblock@google.com>2011-06-08 15:04:39 +0100
commit1d6203383f91bfb5d9179144b687e7b2f6879228 (patch)
treece42ada1750f24848070eee7e26d3751317f1bf8
parent782c335ccf53a3ffc83c9bf7d30c9f5ead1899a8 (diff)
downloadexternal_webkit-1d6203383f91bfb5d9179144b687e7b2f6879228.zip
external_webkit-1d6203383f91bfb5d9179144b687e7b2f6879228.tar.gz
external_webkit-1d6203383f91bfb5d9179144b687e7b2f6879228.tar.bz2
Merge WebKit at r82507: Path::strokeBoundingRect() is now const
See http://trac.webkit.org/changeset/80557 Change-Id: I89dae78bbc5aa95920db4d604fcbecabd90cc84e
-rw-r--r--Source/WebCore/platform/graphics/android/PathAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/PathAndroid.cpp b/Source/WebCore/platform/graphics/android/PathAndroid.cpp
index ad345bb..436da59 100644
--- a/Source/WebCore/platform/graphics/android/PathAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/PathAndroid.cpp
@@ -285,7 +285,7 @@ void Path::transform(const AffineTransform& xform)
///////////////////////////////////////////////////////////////////////////////
-FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier)
+FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const
{
GraphicsContext* scratch = scratchContext();
scratch->save();