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

Unified Diff: content/browser/compositor/reflector_texture.cc

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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
Index: content/browser/compositor/reflector_texture.cc
diff --git a/content/browser/compositor/reflector_texture.cc b/content/browser/compositor/reflector_texture.cc
index ed6a3bd86dbe7774254ad83b629fcf1b869e793c..231066275d9341e9eaf885ed0089ccf967632ad2 100644
--- a/content/browser/compositor/reflector_texture.cc
+++ b/content/browser/compositor/reflector_texture.cc
@@ -21,8 +21,8 @@ ReflectorTexture::ReflectorTexture(cc::ContextProvider* context_provider)
gl_helper_.reset(new GLHelper(gl, context_provider->ContextSupport()));
- texture_id_ = gl_helper_->ConsumeMailboxToTexture(
- mailbox_->mailbox(), mailbox_->sync_point());
+ texture_id_ = gl_helper_->ConsumeMailboxToTexture(mailbox_->mailbox(),
+ mailbox_->sync_token());
}
ReflectorTexture::~ReflectorTexture() {
« no previous file with comments | « content/browser/compositor/reflector_impl_unittest.cc ('k') | content/browser/media/capture/aura_window_capture_machine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698