mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +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:
committed by
Andreas Kling
parent
66c88b432f
commit
b1d7a27468
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user