mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -19,8 +19,9 @@ class UserData : public base::SupportsUserData::Data {
|
||||
public:
|
||||
static CefRefPtr<CefLayout> GetFor(const views::View* view) {
|
||||
UserData* data = static_cast<UserData*>(view->GetUserData(UserDataKey()));
|
||||
if (data)
|
||||
if (data) {
|
||||
return data->layout_;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user