Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: content/browser/android/in_process/synchronous_compositor_output_surface.cc

Issue 517893002: Cleanup resourceless_software_draw() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698