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

Unified Diff: cc/test/test_context_support.h

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
« no previous file with comments | « no previous file | cc/test/test_context_support.cc » ('j') | content/common/gpu/client/gl_helper_scaling.cc » ('J')
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 307b8819cd996baeb6114d18218c3ee525219283..415977a337ce586cddd25620681c8af1e101cfae 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -31,6 +31,7 @@ class TestContextSupport : public gpu::ContextSupport {
unsigned overlay_texture_id,
const gfx::Rect& display_bounds,
const gfx::RectF& uv_rect) override;
+ bool IsContextLost() override;
void CallAllSyncPointCallbacks();
« no previous file with comments | « no previous file | cc/test/test_context_support.cc » ('j') | content/common/gpu/client/gl_helper_scaling.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698