Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding windowing #6016

Merged
merged 8 commits into from May 15, 2015

implement cef_browser_t::get_identifier()

  • Loading branch information
Mike Blumenkrantz
Mike Blumenkrantz committed May 12, 2015
commit 797aa364843869e5a4b780ad5e06241682a2625b
@@ -72,6 +72,10 @@ cef_class_impl! {
fn get_main_frame(&this,) -> *mut cef_frame_t {{
this.downcast().frame.clone()
}}

fn get_identifier(&this,) -> c_int {{
this.downcast().id as c_int
}}
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.