mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Rename HTMLInputElement members related to range shadow tree
Choose a better name for private members which were added in https://github.com/LadybirdBrowser/ladybird/pull/513
This commit is contained in:
parent
66c88b432f
commit
b1d7a27468
Notes:
sideshowbarker
2024-07-18 02:44:53 +09:00
Author: https://github.com/simonkrauter
Commit: b1d7a27468
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/669
2 changed files with 13 additions and 14 deletions
|
@ -287,8 +287,9 @@ private:
|
|||
JS::GCPtr<DOM::Element> m_file_button;
|
||||
JS::GCPtr<DOM::Element> m_file_label;
|
||||
|
||||
void update_slider_thumb_element();
|
||||
void update_slider_shadow_tree_elements();
|
||||
JS::GCPtr<DOM::Element> m_slider_thumb;
|
||||
JS::GCPtr<DOM::Element> m_slider_progress_element;
|
||||
|
||||
JS::GCPtr<DecodedImageData> image_data() const;
|
||||
JS::GCPtr<SharedImageRequest> m_image_request;
|
||||
|
@ -322,8 +323,6 @@ private:
|
|||
String m_last_src_value;
|
||||
|
||||
bool m_has_uncommitted_changes { false };
|
||||
|
||||
JS::GCPtr<DOM::Element> m_range_progress_element;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue