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

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

Issue 414503004: android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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 4e8ff8d38a62b5cc0f392499639cc99f5406828a..f0d8d4a59b06f58b381079e785d81bad7306f8d3 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc
@@ -206,6 +206,9 @@ void SynchronousCompositorOutputSurface::InvokeComposite(
gfx::Transform adjusted_transform = transform;
AdjustTransform(&adjusted_transform, viewport);
+ LOG(INFO) << "external draw constr " <<
+ transform.ToString() << " viewport " << viewport.ToString() <<
+ "clip " << clip.ToString();
SetExternalDrawConstraints(
adjusted_transform, viewport, clip, !hardware_draw);
SetNeedsRedrawRect(gfx::Rect(viewport.size()));

Powered by Google App Engine
This is Rietveld 408576698