Skip to content

Commit

Permalink
Drop some dead code in RemoteLayerBackingStore.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264774

Reviewed by Simon Fraser.

* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.h:

Canonical link: https://commits.webkit.org/270684@main
  • Loading branch information
cdumez committed Nov 14, 2023
1 parent 530c481 commit b535a64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class RemoteLayerBackingStore : public CanMakeWeakPtr<RemoteLayerBackingStore> {
}

void discard();
void encode(IPC::Encoder&) const;
};

bool setBufferVolatile(Buffer&);
Expand Down

0 comments on commit b535a64

Please sign in to comment.