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

Unified Diff: content/common/gpu/client/gl_helper_unittest.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: content/common/gpu/client/gl_helper_unittest.cc
diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc
index 6ac9d0e1e0d61f2f48a007a8b89cb5d1cb3e59c6..3e613aee23e17aff6b54d3b05612195df423daab 100644
--- a/content/common/gpu/client/gl_helper_unittest.cc
+++ b/content/common/gpu/client/gl_helper_unittest.cc
@@ -66,7 +66,7 @@ class GLHelperTest : public testing::Test {
helper_.reset(
new content::GLHelper(context_->GetGLInterface(), context_support_));
helper_scaling_.reset(new content::GLHelperScaling(
- context_->GetGLInterface(), helper_.get()));
+ context_->GetGLInterface(), context_support_, helper_.get()));
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698