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

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

Issue 2188943002: Remove OutputSurfaceClient external clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unittests compile Created 4 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/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 f95f5353223ae610e2e66faf6fcddbe78f7feb46..72ad2839288c788919da5046d4770d5bd2570562 100644
--- a/content/renderer/android/synchronous_compositor_output_surface.h
+++ b/content/renderer/android/synchronous_compositor_output_surface.h
@@ -91,10 +91,7 @@ class SynchronousCompositorOutputSurface
uint32_t GetFramebufferCopyTextureFormat() override;
// Partial SynchronousCompositor API implementation.
- void DemandDrawHw(const gfx::Size& surface_size,
- const gfx::Transform& transform,
- const gfx::Rect& viewport,
- const gfx::Rect& clip,
+ void DemandDrawHw(const gfx::Rect& viewport,
const gfx::Rect& viewport_rect_for_tile_priority,
const gfx::Transform& transform_for_tile_priority);
void DemandDrawSw(SkCanvas* canvas);
@@ -107,8 +104,7 @@ class SynchronousCompositorOutputSurface
class SoftwareOutputSurface;
void InvokeComposite(const gfx::Transform& transform,
- const gfx::Rect& viewport,
- const gfx::Rect& clip);
+ const gfx::Rect& viewport);
bool Send(IPC::Message* message);
void DidActivatePendingTree();
void DeliverMessages();

Powered by Google App Engine
This is Rietveld 408576698