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

Unified Diff: cc/test/test_context_support.cc

Issue 1882503002: Remove setErrorMessageCallback from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@errorcallback
Patch Set: weberrors: owned Created 4 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.cc
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
index 6959d8cd7756712523a190452e09e5b8dc00757c..b90c47b848802d31e1b6d9c506a4d5b10583b091 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -88,4 +88,7 @@ uint64_t TestContextSupport::ShareGroupTracingGUID() const {
return 0;
}
+void TestContextSupport::SetErrorMessageCallback(
+ const base::Callback<void(const char*, int32_t)>& callback) {}
+
} // namespace cc
« no previous file with comments | « cc/test/test_context_support.h ('k') | content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698