cleanup and adds docs
This commit is contained in:
parent
10ea0268e5
commit
8baaad4e0d
4 changed files with 6 additions and 3 deletions
|
@ -891,7 +891,6 @@ void OffScreenRenderWidgetHostView::SetupFrameRate(bool force) {
|
|||
void OffScreenRenderWidgetHostView::Invalidate() {
|
||||
const gfx::Rect& bounds_in_pixels = GetViewBounds();
|
||||
|
||||
printf("Invalidate\n");
|
||||
if (software_output_device_) {
|
||||
software_output_device_->OnPaint(bounds_in_pixels);
|
||||
} else if (copy_frame_generator_.get()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue