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

Unified Diff: components/test_runner/test_plugin.h

Issue 1935783002: Delete blink::WebGraphicsContext3D and cc_blink::ContextProviderWebContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sharegroup
Patch Set: rmwgc3d: export 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: components/test_runner/test_plugin.h
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
index 6299b153e7d7ea07d71281745a7d3858811171c4..eca9a3601ef11d73f6274742d4c4382c0d0faef0 100644
--- a/components/test_runner/test_plugin.h
+++ b/components/test_runner/test_plugin.h
@@ -23,7 +23,6 @@
namespace blink {
class WebFrame;
-class WebGraphicsContext3D;
class WebGraphicsContext3DProvider;
class WebLayer;
struct WebPluginParams;
@@ -45,9 +44,9 @@ class WebTestDelegate;
// A fake implemention of blink::WebPlugin for testing purposes.
//
-// It uses WebGraphicsContext3D to paint a scene consisiting of a primitive
-// over a background. The primitive and background can be customized using
-// the following plugin parameters:
+// It uses GL to paint a scene consisiting of a primitive over a background. The
+// primitive and background can be customized using the following plugin
+// parameters.
// primitive: none (default), triangle.
// background-color: black (default), red, green, blue.
// primitive-color: black (default), red, green, blue.
@@ -159,7 +158,6 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
blink::WebRect rect_;
std::unique_ptr<blink::WebGraphicsContext3DProvider> context_provider_;
- blink::WebGraphicsContext3D* context_;
gpu::gles2::GLES2Interface* gl_;
GLuint color_texture_;
cc::TextureMailbox texture_mailbox_;

Powered by Google App Engine
This is Rietveld 408576698