Bug 255652

Summary: [GTK] DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceRepaintAfterBackingStoreStateUpdate' is not used [-Werror,-Wunused-private-field]
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

Description Michael Catanzaro 2023-04-19 06:14:39 PDT
After 263118@main we have an unused private field and need to remove it:

/home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceRepaintAfterBackingStoreStateUpdate' is not used [-Werror,-Wunused-private-field]
    bool m_forceRepaintAfterBackingStoreStateUpdate { false };
         ^
1 error generated.
Comment 1 Michael Catanzaro 2023-04-19 06:21:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12908
Comment 2 EWS 2023-04-19 07:23:29 PDT
Committed 263131@main (6e008ff162a9): <https://commits.webkit.org/263131@main>

Reviewed commits have been landed. Closing PR #12908 and removing active labels.