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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 619453002: gpu: Remove Echo and SwapCompletion GL interfacess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tits
Patch Set: rebase Created 6 years, 3 months 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/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index e48eaa1edfb99ad257aca7b18e4a9d36c048ff7b..06f08129941f555009f780783dd7b691349c029e 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -167,11 +167,8 @@ class GpuChannel : public IPC::Listener, public IPC::Sender {
// Decrement the count of unhandled IPC messages and defer preemption.
void MessageProcessed();
- // Try to match the messages pattern for GL SwapBuffers operation in the
- // deferred message queue starting from the current processing message.
- // Return the number of messages that matches the given pattern, e.g.
- // AsyncFlush -> Echo sequence.
- size_t MatchSwapBufferMessagesPattern(IPC::Message* current_message);
+ // Checks if there is a RetireSyncPoint following a Flush.
+ size_t MatchRetireSyncPointPattern(IPC::Message* current_message);
// The lifetime of objects of this class is managed by a GpuChannelManager.
// The GpuChannelManager destroy all the GpuChannels that they own when they

Powered by Google App Engine
This is Rietveld 408576698