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

Unified Diff: cc/test/test_context_support.cc

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: cc/test/test_context_support.cc
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
index c22f5c41c4b6308391b73316bb046ab568aa2396..8c49d11bab351674f23bf0cb1032d90d5ae4c82a 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -66,7 +66,7 @@ void TestContextSupport::SetScheduleOverlayPlaneCallback(
void TestContextSupport::Swap() {}
-void TestContextSupport::SwapWithDamage(const gfx::Rect& damage) {}
+void TestContextSupport::SwapWithBounds(const std::vector<gfx::Rect>& rects) {}
void TestContextSupport::PartialSwapBuffers(const gfx::Rect& sub_buffer) {}

Powered by Google App Engine
This is Rietveld 408576698