Bug 255652 - [GTK] DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceRepaintAfterBackingStoreStateUpdate' is not used [-Werror,-Wunused-private-field]
Summary: [GTK] DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceR...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-19 06:14 PDT by Michael Catanzaro
Modified: 2023-04-19 07:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.