cleanup and adds docs

This commit is contained in:
gellert 2016-09-02 00:18:16 +02:00
parent 10ea0268e5
commit 8baaad4e0d
4 changed files with 6 additions and 3 deletions

View file

@ -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()) {