mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 140240.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@679 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -328,8 +328,7 @@ class CefBrowserHostImpl : public CefBrowserHost,
|
||||
|
||||
// Unique ids used for routing communication to/from the renderer. We keep a
|
||||
// copy of them as member variables so that we can locate matching browsers in
|
||||
// a thread safe manner. |render_process_id_| may change and access must be
|
||||
// protected by |state_lock_|.
|
||||
// a thread safe manner. All access must be protected by the state lock.
|
||||
int render_process_id_;
|
||||
int render_view_id_;
|
||||
|
||||
|
Reference in New Issue
Block a user