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

Unified Diff: Source/platform/graphics/test/MockWebGraphicsContext3D.h

Issue 481433002: gpu: Remove WebGraphicsContext3D::makeContextCurrent() in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase to ToT 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
« no previous file with comments | « Source/platform/graphics/gpu/Extensions3DUtil.cpp ('k') | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/test/MockWebGraphicsContext3D.h
diff --git a/Source/platform/graphics/test/MockWebGraphicsContext3D.h b/Source/platform/graphics/test/MockWebGraphicsContext3D.h
index 6e93a24496e96757401b9739d0c8c6325ba40011..d41a81013b5a527cef1f69270a9b7ed7f83cb690 100644
--- a/Source/platform/graphics/test/MockWebGraphicsContext3D.h
+++ b/Source/platform/graphics/test/MockWebGraphicsContext3D.h
@@ -41,8 +41,6 @@ public:
{
}
- virtual bool makeContextCurrent() { return true; }
-
virtual void prepareTexture() { }
virtual void postSubBufferCHROMIUM(int x, int y, int width, int height) { }
« no previous file with comments | « Source/platform/graphics/gpu/Extensions3DUtil.cpp ('k') | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698