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:
@@ -56,8 +56,9 @@ void CefVideoConsumerOSR::SetFrameRate(base::TimeDelta frame_rate) {
|
||||
}
|
||||
|
||||
void CefVideoConsumerOSR::SizeChanged(const gfx::Size& size_in_pixels) {
|
||||
if (size_in_pixels_ == size_in_pixels)
|
||||
if (size_in_pixels_ == size_in_pixels) {
|
||||
return;
|
||||
}
|
||||
size_in_pixels_ = size_in_pixels;
|
||||
|
||||
// Capture resolution will be held constant.
|
||||
|
Reference in New Issue
Block a user