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

Unified Diff: gpu/ipc/service/pass_through_image_transport_surface.h

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: fix windows compile warning Created 3 years, 10 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: gpu/ipc/service/pass_through_image_transport_surface.h
diff --git a/gpu/ipc/service/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h
index eb1f9f0b373b12a8f52d452b100f62fbd3d3eae6..dd7686e9542f3bc9ed7fa9cbb51683cd39125c4d 100644
--- a/gpu/ipc/service/pass_through_image_transport_surface.h
+++ b/gpu/ipc/service/pass_through_image_transport_surface.h
@@ -32,10 +32,8 @@ class PassThroughImageTransportSurface : public gl::GLSurfaceAdapter {
void Destroy() override;
gfx::SwapResult SwapBuffers() override;
void SwapBuffersAsync(const SwapCompletionCallback& callback) override;
- gfx::SwapResult SwapBuffersWithDamage(int x,
- int y,
- int width,
- int height) override;
+ gfx::SwapResult SwapBuffersWithBounds(
+ const std::vector<gfx::Rect>& rects) override;
gfx::SwapResult PostSubBuffer(int x, int y, int width, int height) override;
void PostSubBufferAsync(int x,
int y,
« no previous file with comments | « gpu/ipc/common/gpu_command_buffer_traits_multi.h ('k') | gpu/ipc/service/pass_through_image_transport_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698