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

Unified Diff: gpu/command_buffer/service/gpu_scheduler.h

Issue 1637293002: Reuse GLFenceNV when an existing CommandsCompletedQuery is reused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ResetSupported check into a separate function Created 4 years, 11 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
« no previous file with comments | « no previous file | gpu/command_buffer/service/query_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_scheduler.h
diff --git a/gpu/command_buffer/service/gpu_scheduler.h b/gpu/command_buffer/service/gpu_scheduler.h
index b3fd7e79378eeefc6a453672e771cae5690c097d..2a5ed8237a912badb85b429107472f7326cdf6dc 100644
--- a/gpu/command_buffer/service/gpu_scheduler.h
+++ b/gpu/command_buffer/service/gpu_scheduler.h
@@ -24,10 +24,6 @@
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
#include "gpu/gpu_export.h"
-namespace gfx {
-class GLFence;
-}
-
namespace gpu {
class PreemptionFlag
« no previous file with comments | « no previous file | gpu/command_buffer/service/query_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698