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

Unified Diff: third_party/WebKit/public/platform/WebGraphicsContext3D.h

Issue 1459043003: Revert "Replaced blink sync points with new sync tokens." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebGraphicsContext3D.h
diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3D.h b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
index f4fcb93313055503d5d6575f5279862e97db9b0c..5c4d0460281939d51fecda021f9f5df5ae32bd31 100644
--- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
+++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
@@ -148,9 +148,8 @@ public:
virtual void discardBackbufferCHROMIUM() { }
virtual void ensureBackbufferCHROMIUM() { }
- virtual WGC3Duint64 insertFenceSyncCHROMIUM() { return 0; }
- virtual bool genSyncTokenCHROMIUM(WGC3Duint64, WGC3Dbyte*) { return false; }
- virtual void waitSyncTokenCHROMIUM(const WGC3Dbyte*) {}
+ virtual bool insertSyncPoint(WGC3Dbyte*) { return false; }
+ virtual void waitSyncToken(const WGC3Dbyte*) {}
// Copies the contents of the off-screen render target used by the WebGL
// context to the corresponding texture used by the compositor.
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698