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

Unified Diff: cc/test/test_context_support.h

Issue 1477593002: gpu: Initial implementation of CommitOverlayPlanes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-cop-command
Patch Set: Remove NativeViewGLSurfaceEGL changes Created 5 years, 1 month 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 | « no previous file | cc/test/test_context_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_support.h
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h
index 143a3b3c673a906c274d6a62f87e4fcde46793ed..475cf8f37317f8eb8263b8b6ef0cec4a0cec0aa2 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -32,6 +32,7 @@ class TestContextSupport : public gpu::ContextSupport {
void SetAggressivelyFreeResources(bool aggressively_free_resources) override;
void Swap() override;
void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
+ void CommitOverlayPlanes() override;
uint32 InsertFutureSyncPointCHROMIUM() override;
void RetireSyncPointCHROMIUM(uint32 sync_point) override;
void ScheduleOverlayPlane(int plane_z_order,
« no previous file with comments | « no previous file | cc/test/test_context_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698