⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 183980 in webkit


Ignore:
Timestamp:
May 7, 2015, 11:01:17 PM (11 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix build after r183970.

WEBCORE_EXPORT should not be used on inlined functions.

  • platform/graphics/ca/GraphicsLayerCA.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r183976 r183980  
     12015-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
    192015-05-07  Anders Carlsson  <andersca@apple.com>
    210
  • trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h

    r183970 r183980  
    196196
    197197    WEBCORE_EXPORT virtual void setAllowsBackingStoreDetachment(bool) override;
    198     WEBCORE_EXPORT virtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; }
     198    virtual bool allowsBackingStoreDetachment() const override { return m_allowsBackingStoreDetachment; }
    199199
    200200    WEBCORE_EXPORT virtual double backingStoreMemoryEstimate() const override;
Note: See TracChangeset for help on using the changeset viewer.