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

Unified Diff: cc/test/test_context_provider.h

Issue 470973002: gpu: Remove WebGraphicsContext3D::makeContextCurrent() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove WebGraphicsContext3D::makeContextCurrent() Created 6 years, 4 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_provider.h
diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
index a57fb58c82846fe8cfad22eeecea011a9a9c08b8..fc07f94250730636af2c3829ae26957abe7a17ef 100644
--- a/cc/test/test_context_provider.h
+++ b/cc/test/test_context_provider.h
@@ -45,7 +45,7 @@ class TestContextProvider : public ContextProvider {
// This returns the TestWebGraphicsContext3D but is valid to call
// before the context is bound to a thread. This is needed to set up
// state on the test context before binding. Don't call
- // makeContextCurrent on the context returned from this method.
+ // BindToCurrentThread on the context returned from this method.
TestWebGraphicsContext3D* UnboundTestContext3d();
TestContextSupport* support() { return &support_; }

Powered by Google App Engine
This is Rietveld 408576698