mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02: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
Notes:
sideshowbarker
2024-07-18 02:44:53 +09:00
Author: https://github.com/simonkrauter Commit: https://github.com/LadybirdBrowser/ladybird/commit/b1d7a27468e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/669
@@ -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