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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h

Issue 2404513002: exo: Implement zcr_linux_explicit_synchronization_v1
Patch Set: rebase, pull in cl 2443823002 Created 4 years, 1 month 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 | « components/exo/wayland/server.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
index 87bf7c8b2deb52e1f9eb6aa5d49ffae7dbb5d6ee..91c8e293c0308afea16f534c68447349480c442d 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
@@ -259,7 +259,7 @@ class GLES2InterfaceForTests : public gpu::gles2::GLES2InterfaceStub,
}
MOCK_METHOD1(BindTexImage2DMock, void(GLint imageId));
- void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) {
+ void BindTexImage2DCHROMIUM(GLenum target, GLint imageId, GLint fenceId) {
if (target == imageCHROMIUMTextureTarget()) {
m_textureSizes.set(m_boundTextures[target],
m_imageSizes.find(imageId)->value);
« no previous file with comments | « components/exo/wayland/server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698