Index: cc/test/test_context_support.h |
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h |
index 18d7efafbaf9d9b2bf98327213daf0eb74488ae5..3abdafda517542f7c6885cba9fe37600b19b954c 100644 |
--- a/cc/test/test_context_support.h |
+++ b/cc/test/test_context_support.h |
@@ -39,6 +39,8 @@ class TestContextSupport : public gpu::ContextSupport { |
const gfx::Rect& display_bounds, |
const gfx::RectF& uv_rect) override; |
uint64_t ShareGroupTracingGUID() const override; |
+ void SetErrorMessageCallback( |
+ const base::Callback<void(const char*, int32_t)>& callback) override; |
void CallAllSyncPointCallbacks(); |