summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/OutOfProcessWebView.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-10 10:11:04 -0500
committerLinus Groh <mail@linusgroh.de>2022-11-10 17:02:11 +0000
commit06f1b8825c51e26a8732687a30d80c26769458a1 (patch)
treed8ca5b4ed7811dab1a5a182f9b06dc5b090c59f1 /Userland/Libraries/LibWebView/OutOfProcessWebView.h
parent3c00d0e92b070e8336ea5be97ee044e0a2fda443 (diff)
downloadserenity-06f1b8825c51e26a8732687a30d80c26769458a1.zip
Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContent
Diffstat (limited to 'Userland/Libraries/LibWebView/OutOfProcessWebView.h')
-rw-r--r--Userland/Libraries/LibWebView/OutOfProcessWebView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWebView/OutOfProcessWebView.h b/Userland/Libraries/LibWebView/OutOfProcessWebView.h
index 3ce5712080..68ed2afee0 100644
--- a/Userland/Libraries/LibWebView/OutOfProcessWebView.h
+++ b/Userland/Libraries/LibWebView/OutOfProcessWebView.h
@@ -64,8 +64,6 @@ public:
OrderedHashMap<String, String> get_session_storage_entries();
void scroll_element_into_view(i32 element_id);
- String get_active_documents_type();
- String get_computed_value_for_element(i32 element_id, String const& property_name);
String get_element_text(i32 element_id);
String get_element_tag_name(i32 element_id);
Gfx::IntRect get_element_rect(i32 element_id);