[CoordGraphics] Remove the remaining CoordinatedGraphicsLayerState cruft
Created attachment 347915 [details] Patch
Attachment 347915 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:114: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 347916 [details] Patch
Attachment 347916 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:114: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 347916 [details] Patch Clearing flags on attachment: 347916 Committed r235221: <https://trac.webkit.org/changeset/235221>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43640432>
I think you need to fix this: (In reply to Build Bot from comment #4) > ERROR: > Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer. > h:114: Inline functions should not be in classes annotated with > WEBCORE_EXPORT. Remove the macro from the class and apply it to each > appropriate method, or move the inline function definition out-of-line. > [build/webcore_export] [4] > Total errors found: 1 in 9 files
(In reply to Michael Catanzaro from comment #8) > I think you need to fix this: > > (In reply to Build Bot from comment #4) > > ERROR: > > Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer. > > h:114: Inline functions should not be in classes annotated with > > WEBCORE_EXPORT. Remove the macro from the class and apply it to each > > appropriate method, or move the inline function definition out-of-line. > > [build/webcore_export] [4] > > Total errors found: 1 in 9 files Bug #188916.