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

Unified Diff: cc/test/test_context_support.h

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.h
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h
index 225ab7a5d49f54290567ea37f4aa2a1722832364..001205f711c49dca6dd7c7a369dae4e622418d7e 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -27,6 +27,9 @@ class TestContextSupport : public gpu::ContextSupport {
OVERRIDE;
virtual void Swap() OVERRIDE;
virtual void PartialSwapBuffers(gfx::Rect sub_buffer) OVERRIDE;
+ virtual void SetOverlayPlane(int plane_id,
+ int texture_id,
+ gfx::Rect sub_buffer) OVERRIDE;
virtual void SetSwapBuffersCompleteCallback(
const base::Closure& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698