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

Unified Diff: content/renderer/android/synchronous_compositor_output_surface.h

Issue 15579002: Implement transform/clip support for Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GL support and clean up Created 7 years, 7 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/renderer/android/synchronous_compositor_output_surface.h
diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h
index 69eec2eadbf57f76d21ce3b7520c582e2448a764..cd5ab190103e0287618711cc77cfb2269fdea132 100644
--- a/content/renderer/android/synchronous_compositor_output_surface.h
+++ b/content/renderer/android/synchronous_compositor_output_surface.h
@@ -53,7 +53,7 @@ class SynchronousCompositorOutputSurface
class SoftwareDevice;
friend class SoftwareDevice;
- void InvokeComposite(const gfx::Transform& transform, gfx::Rect damage_area);
+ void InvokeComposite(gfx::Rect damage_area);
void UpdateCompositorClientSettings();
void NotifyCompositorSettingsChanged();
bool CalledOnValidThread() const;

Powered by Google App Engine
This is Rietveld 408576698