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

Unified Diff: cc/test/test_context_support.h

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: rebase Created 3 years, 8 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 cd09ce5984115060e2e4fa19bdfad03787f26e7a..3311a7b614f64cd0bf25b24c10e7a43b352d41a2 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -27,6 +27,7 @@ class TestContextSupport : public gpu::ContextSupport {
~TestContextSupport() override;
// gpu::ContextSupport implementation.
+ void EnsureWorkVisibleAsync() override;
void SignalSyncToken(const gpu::SyncToken& sync_token,
const base::Closure& callback) override;
bool IsSyncTokenSignaled(const gpu::SyncToken& sync_token) override;

Powered by Google App Engine
This is Rietveld 408576698