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

Unified Diff: cc/test/test_context_support.h

Issue 2278283003: Refactor client visibility handling (Closed)
Patch Set: feedback Created 4 years, 4 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 f2b58d641e98038a0e0f71c444d97882bc151558..c2d596dce448e561f8b7fa42c9123571479b8467 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -42,8 +42,6 @@ class TestContextSupport : public gpu::ContextSupport {
uint64_t ShareGroupTracingGUID() const override;
void SetErrorMessageCallback(
const base::Callback<void(const char*, int32_t)>& callback) override;
- void SetClientVisible(int client_id, bool is_visible) override;
- bool AnyClientsVisible() const override;
void CallAllSyncPointCallbacks();
@@ -66,7 +64,6 @@ class TestContextSupport : public gpu::ContextSupport {
std::vector<base::Closure> sync_point_callbacks_;
ScheduleOverlayPlaneCallback schedule_overlay_plane_callback_;
bool out_of_order_callbacks_;
- std::set<int> visible_clients_;
base::WeakPtrFactory<TestContextSupport> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698