Index: content/browser/android/in_process/synchronous_compositor_output_surface.cc |
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.cc b/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
index 682c530dc3938d61d0557ddb5e439a1998102c00..b8d4c5ffb313562be4f6987d2d15276f11f1ddfa 100644 |
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
@@ -200,7 +200,7 @@ SynchronousCompositorOutputSurface::DemandDrawSw(SkCanvas* canvas) { |
surface_size_ = gfx::Size(canvas->getDeviceSize().width(), |
canvas->getDeviceSize().height()); |
- // Resourceless software draw does not need viewport_for_tiling. |
+ // Resourceless software draw does not need viewport_rect_for_tile_priority. |
gfx::Rect empty; |
InvokeComposite(transform, clip, clip, empty, gfx::Transform(), false); |
boliu
2014/08/29 00:36:11
wait wot? Of course you need it, used the cached v
hush (inactive)
2014/08/29 00:50:55
Maybe that comment is not clear enough... That com
boliu
2014/08/29 00:56:32
It's clear and it's wrong.
The viewport/matrix fo
hush (inactive)
2014/08/29 01:29:51
Cool. I see. Uploaded another patch for it.
On 201
|