Title: [91140] trunk/Source/WebCore
- Revision
- 91140
- Author
- [email protected]
- Date
- 2011-07-15 18:41:02 -0700 (Fri, 15 Jul 2011)
Log Message
2011-07-15 Simon Fraser <[email protected]>
Another Windows build fix; make this method non-pure virtual.
* platform/graphics/GraphicsLayerClient.h:
(WebCore::GraphicsLayerClient::didCommitChangesForLayer):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91139 => 91140)
--- trunk/Source/WebCore/ChangeLog 2011-07-16 01:40:57 UTC (rev 91139)
+++ trunk/Source/WebCore/ChangeLog 2011-07-16 01:41:02 UTC (rev 91140)
@@ -1,5 +1,12 @@
2011-07-15 Simon Fraser <[email protected]>
+ Another Windows build fix; make this method non-pure virtual.
+
+ * platform/graphics/GraphicsLayerClient.h:
+ (WebCore::GraphicsLayerClient::didCommitChangesForLayer):
+
+2011-07-15 Simon Fraser <[email protected]>
+
Fix build error in 32-bit builds.
* rendering/svg/RenderSVGPath.cpp:
Modified: trunk/Source/WebCore/platform/graphics/GraphicsLayerClient.h (91139 => 91140)
--- trunk/Source/WebCore/platform/graphics/GraphicsLayerClient.h 2011-07-16 01:40:57 UTC (rev 91139)
+++ trunk/Source/WebCore/platform/graphics/GraphicsLayerClient.h 2011-07-16 01:41:02 UTC (rev 91140)
@@ -62,7 +62,7 @@
virtual void notifySyncRequired(const GraphicsLayer*) = 0;
virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
- virtual void didCommitChangesForLayer(const GraphicsLayer*) const = 0;
+ virtual void didCommitChangesForLayer(const GraphicsLayer*) const { }
// Multiplier for backing store size, related to high DPI.
virtual float backingScaleFactor() const = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes