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

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: Rebase Created 6 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
« no previous file with comments | « cc/test/test_context_support.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_support.cc
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
index 3c2e31a819171b7f30215cf3043beec584c1b619..bdaed766211495ebbd55344a1cd0c3fad5a4220e 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -71,6 +71,10 @@ void TestContextSupport::PartialSwapBuffers(const gfx::Rect& sub_buffer) {
weak_ptr_factory_.GetWeakPtr()));
}
+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;
« no previous file with comments | « cc/test/test_context_support.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698