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

Unified Diff: gpu/command_buffer/client/client_context_state_impl_autogen.h

Issue 1188013004: Added support for Time Elapsed queries through the command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed ppapi support Created 5 years, 6 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: gpu/command_buffer/client/client_context_state_impl_autogen.h
diff --git a/gpu/command_buffer/client/client_context_state_impl_autogen.h b/gpu/command_buffer/client/client_context_state_impl_autogen.h
index 036f92ccdc958291ac4f37ebf0d7326c821d33ac..203c8d377503d6c1ba77be8f3d9e9d9608f25361 100644
--- a/gpu/command_buffer/client/client_context_state_impl_autogen.h
+++ b/gpu/command_buffer/client/client_context_state_impl_autogen.h
@@ -23,8 +23,7 @@ ClientContextState::EnableFlags::EnableFlags()
scissor_test(false),
stencil_test(false),
rasterizer_discard(false),
- primitive_restart_fixed_index(false) {
-}
+ primitive_restart_fixed_index(false) {}
bool ClientContextState::SetCapabilityState(GLenum cap,
bool enabled,

Powered by Google App Engine
This is Rietveld 408576698