Title: [122991] trunk/Source/WebCore
- Revision
- 122991
- Author
- [email protected]
- Date
- 2012-07-18 11:21:33 -0700 (Wed, 18 Jul 2012)
Log Message
Unreviewed, rolling out r122984.
http://trac.webkit.org/changeset/122984
https://bugs.webkit.org/show_bug.cgi?id=91171
Broken the shared build, need to export a SkData in skia
* platform/graphics/skia/GraphicsContextSkia.cpp:
(WebCore::GraphicsContext::setURLForRect):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122990 => 122991)
--- trunk/Source/WebCore/ChangeLog 2012-07-18 18:09:56 UTC (rev 122990)
+++ trunk/Source/WebCore/ChangeLog 2012-07-18 18:21:33 UTC (rev 122991)
@@ -1,3 +1,14 @@
+2012-07-18 Tony Chang <[email protected]>
+
+ Unreviewed, rolling out r122984.
+ http://trac.webkit.org/changeset/122984
+ https://bugs.webkit.org/show_bug.cgi?id=91171
+
+ Broken the shared build, need to export a SkData in skia
+
+ * platform/graphics/skia/GraphicsContextSkia.cpp:
+ (WebCore::GraphicsContext::setURLForRect):
+
2012-07-18 Rob Buis <[email protected]>
Alignment crash in MIMESniffer
Modified: trunk/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp (122990 => 122991)
--- trunk/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp 2012-07-18 18:09:56 UTC (rev 122990)
+++ trunk/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp 2012-07-18 18:21:33 UTC (rev 122991)
@@ -37,17 +37,14 @@
#include "Gradient.h"
#include "ImageBuffer.h"
#include "IntRect.h"
-#include "KURL.h"
#include "NativeImageSkia.h"
#include "NotImplemented.h"
#include "PlatformContextSkia.h"
-#include "SkAnnotation.h"
#include "SkBitmap.h"
#include "SkBlurMaskFilter.h"
#include "SkColorFilter.h"
#include "SkCornerPathEffect.h"
-#include "SkData.h"
#include "SkLayerDrawLooper.h"
#include "SkShader.h"
#include "SkiaUtils.h"
@@ -997,11 +994,6 @@
void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
{
- if (paintingDisabled())
- return;
-
- SkAutoDataUnref url(SkData::NewWithCString(link.string().utf8().data()));
- SkAnnotateRectWithURL(platformContext()->canvas(), destRect, url.get());
}
void GraphicsContext::setPlatformShouldAntialias(bool enable)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes