Changeset 183980 in webkit
- Timestamp:
- May 7, 2015, 11:01:17 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/ca/GraphicsLayerCA.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r183976 r183980 1 2015-05-07 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, fix build after r183970. 4 5 WEBCORE_EXPORT should not be used on inlined functions. 6 7 * platform/graphics/ca/GraphicsLayerCA.h: 8 1 9 2015-05-07 Anders Carlsson <andersca@apple.com> 2 10 -
trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h
r183970 r183980 196 196 197 197 WEBCORE_EXPORT virtual void setAllowsBackingStoreDetachment(bool) override; 198 WEBCORE_EXPORTvirtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; }198 virtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; } 199 199 200 200 WEBCORE_EXPORT virtual double backingStoreMemoryEstimate() const override;
Note:
See TracChangeset
for help on using the changeset viewer.