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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp

Issue 1833273002: Remove WebGraphicsContext3D::getGLES2Interface(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: getgles2: rebase Created 4 years, 9 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: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
index a3606564e6c5724755dd3c9405d5d7756a89376f..c5e0eac2b3ae0599d75b089dbf6b8c49cd332108 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
@@ -223,11 +223,6 @@ public:
return m_contextGL->currentImageId();
}
- gpu::gles2::GLES2Interface* getGLES2Interface() override
- {
- return m_contextGL;
- }
-
private:
GLES2InterfaceForTests* m_contextGL;
};
@@ -686,8 +681,6 @@ public:
WebGLId depthAttachment() const { return m_contextGL->depthAttachment(); }
WebGLId depthStencilAttachment() const { return m_contextGL->depthStencilAttachment(); }
- gpu::gles2::GLES2Interface* getGLES2Interface() override { return m_contextGL; }
-
private:
DepthStencilTrackingGLES2Interface* m_contextGL;
};

Powered by Google App Engine
This is Rietveld 408576698