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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.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 | « content/renderer/media/android/webmediaplayer_android.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index 81a2667e992912c89f98b412c1cfea276a4f3de7..6a644c973caba3f32d9d411c89c0f919bc952a24 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -37,10 +37,8 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
uint32_t lastFlushID() override;
- blink::WGC3Duint64 insertFenceSyncCHROMIUM() override;
- bool genSyncTokenCHROMIUM(blink::WGC3Duint64 fenceSync,
- blink::WGC3Dbyte* syncToken) override;
- void waitSyncTokenCHROMIUM(const blink::WGC3Dbyte* syncToken) override;
+ bool insertSyncPoint(blink::WGC3Dbyte* sync_token) override;
+ void waitSyncToken(const blink::WGC3Dbyte* sync_token) override;
void loseContextCHROMIUM(blink::WGC3Denum current,
blink::WGC3Denum other) override;
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698