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

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: Fix Cast compile error + autogen test logic Created 3 years, 11 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/command_buffer/client/gles2_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index b34cdc39c9a3b9939839b6358c177db923e2aa7b..953e11ae37686d1ce70b180cf047295011db8b64 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -189,7 +189,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
// ContextSupport implementation.
void Swap() override;
- void SwapWithDamage(const gfx::Rect& damage) override;
+ void SwapWithBounds(const std::vector<gfx::Rect>& rects) override;
void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
void CommitOverlayPlanes() override;
void ScheduleOverlayPlane(int plane_z_order,

Powered by Google App Engine
This is Rietveld 408576698