Index: content/common/gpu/client/gl_helper_unittest.cc |
diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc |
index 8a4051ade9ecb02946763c99eeb00a9b102d9d27..b84ea87c6945a69834a46e3414c1982741712a43 100644 |
--- a/content/common/gpu/client/gl_helper_unittest.cc |
+++ b/content/common/gpu/client/gl_helper_unittest.cc |
@@ -1363,7 +1363,7 @@ class GLHelperTest : public testing::Test { |
EXPECT_FALSE(mailbox.IsZero()); |
context_->produceTextureCHROMIUM(GL_TEXTURE_2D, mailbox.name); |
const blink::WGC3Duint64 fence_sync = context_->insertFenceSyncCHROMIUM(); |
- context_->shallowFlushCHROMIUM(); |
+ context_->GetGLInterface()->ShallowFlushCHROMIUM(); |
gpu::SyncToken sync_token; |
ASSERT_TRUE(context_->genSyncTokenCHROMIUM(fence_sync, |