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

Unified Diff: cc/test/test_context_support.cc

Issue 1160863007: DCHECK if shader compilation fails that it's due to context loss. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: glhelperlost: . Created 5 years, 7 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.cc
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
index b3c45563be4e3c1c3d64113a1948cb5c70dd1473..cc49b7bf605829ec465c0003c4d4e74e0d48cc13 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -87,4 +87,8 @@ void TestContextSupport::ScheduleOverlayPlane(
}
}
+bool TestContextSupport::IsContextLost() {
+ return false;
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698