Title: [183980] trunk/Source/WebCore
- Revision
- 183980
- Author
- [email protected]
- Date
- 2015-05-07 23:01:17 -0700 (Thu, 07 May 2015)
Log Message
Unreviewed, fix build after r183970.
WEBCORE_EXPORT should not be used on inlined functions.
* platform/graphics/ca/GraphicsLayerCA.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (183979 => 183980)
--- trunk/Source/WebCore/ChangeLog 2015-05-08 04:57:25 UTC (rev 183979)
+++ trunk/Source/WebCore/ChangeLog 2015-05-08 06:01:17 UTC (rev 183980)
@@ -1,3 +1,11 @@
+2015-05-07 Chris Dumez <[email protected]>
+
+ Unreviewed, fix build after r183970.
+
+ WEBCORE_EXPORT should not be used on inlined functions.
+
+ * platform/graphics/ca/GraphicsLayerCA.h:
+
2015-05-07 Anders Carlsson <[email protected]>
Build fixes.
Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h (183979 => 183980)
--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h 2015-05-08 04:57:25 UTC (rev 183979)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h 2015-05-08 06:01:17 UTC (rev 183980)
@@ -195,7 +195,7 @@
virtual bool isCommittingChanges() const override { return m_isCommittingChanges; }
WEBCORE_EXPORT virtual void setAllowsBackingStoreDetachment(bool) override;
- WEBCORE_EXPORT virtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; }
+ virtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; }
WEBCORE_EXPORT virtual double backingStoreMemoryEstimate() const override;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes