Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
index f5459a6a1d9e58f61002957a52293f41120e3ada..dbc5d45ac42fd110fdd4763d19ac2087898c7aaa 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
@@ -227,7 +227,7 @@ bool Canvas2DLayerBridge::prepareIOSurfaceMailboxFromImage(SkImage* image, WebEx |
gl->ProduceTextureDirectCHROMIUM(imageInfo.m_textureId, info.m_mailbox.textureTarget, info.m_mailbox.name); |
info.m_mailbox.allowOverlay = true; |
- const WGC3Duint64 fenceSync = gl->InsertFenceSyncCHROMIUM(); |
+ const GLuint64 fenceSync = gl->InsertFenceSyncCHROMIUM(); |
gl->Flush(); |
gl->GenSyncTokenCHROMIUM(fenceSync, info.m_mailbox.syncToken); |
info.m_mailbox.validSyncToken = true; |