We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9b76a commit 9071172Copy full SHA for 9071172
components/remote_webview/remote_webview.cpp
@@ -67,6 +67,8 @@ void RemoteWebView::dump_config() {
67
print_opt_int ("min_frame_interval", min_frame_interval_);
68
print_opt_int ("jpeg_quality", jpeg_quality_);
69
print_opt_int ("max_bytes_per_msg", max_bytes_per_msg_);
70
+ print_opt_int ("big_endian", rgb565_big_endian_);
71
+ print_opt_int ("rotation", rotation_);
72
}
73
74
bool RemoteWebView::open_url(const std::string &s) {
0 commit comments