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

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

Issue 866593002: Fix glGetQueryObjectiv call on devices which expect EXT variants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check for ES3 for Disjoint timer, use glGetInteger64v in arb_timer Created 5 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/gpu_tracer.cc » ('j') | gpu/command_buffer/service/gpu_tracer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_tracer.h
diff --git a/gpu/command_buffer/service/gpu_tracer.h b/gpu/command_buffer/service/gpu_tracer.h
index 594a98ebcbdc3532bf2eae34206c9cc1546f005e..7ae5ff049aa13157002162d32b7ddb06e68d0d1c 100644
--- a/gpu/command_buffer/service/gpu_tracer.h
+++ b/gpu/command_buffer/service/gpu_tracer.h
@@ -98,7 +98,7 @@ class GPU_EXPORT GPUTracer
const std::string& name);
virtual scoped_refptr<Outputter> CreateOutputter(const std::string& name);
virtual scoped_refptr<CPUTime> CreateCPUTime();
- virtual GpuTracerType DetermineTracerType();
+ virtual GpuTracerType DetermineTracerType(gles2::GLES2Decoder* decoder);
no sievers 2015/01/22 19:51:20 Why pass in the decoder (instead of simply accesss
David Yen 2015/01/22 21:43:02 Ah, I had a brain fart. Done.
virtual void PostTask();
void Process();
« no previous file with comments | « no previous file | gpu/command_buffer/service/gpu_tracer.cc » ('j') | gpu/command_buffer/service/gpu_tracer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698