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

Unified Diff: cc/test/test_context_support.cc

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 ec010fcd482f8cfe847fc7bb362aa1f6d5865d86..cdf8f54b9b5b4fac248c3c36d304f7c721d680e6 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -65,6 +65,10 @@ void TestContextSupport::PartialSwapBuffers(gfx::Rect sub_buffer) {
CallAllSyncPointCallbacks();
}
+void TestContextSupport::SetOverlayPlane(int plane_id,
+ int texture_id,
+ gfx::Rect sub_buffer) {}
+
void TestContextSupport::SetSwapBuffersCompleteCallback(
const base::Closure& callback) {
swap_buffers_complete_callback_ = callback;

Powered by Google App Engine
This is Rietveld 408576698