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

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

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test race Created 6 years 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 | « gpu/command_buffer/service/feature_info.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gles2_cmd_decoder.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
index c6e063aa7c5b016a16b2a3c92dc662f6c1357545..670ce751bf9a3bca57fc89d46b868acd1402c7cc 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
@@ -39,6 +39,7 @@ class ImageManager;
class Logger;
class QueryManager;
class VertexArrayManager;
+class ValuebufferManager;
struct ContextState;
struct DisallowedFeatures {
@@ -178,6 +179,9 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>,
// Gets the ImageManager for this context.
virtual ImageManager* GetImageManager() = 0;
+ // Gets the ValuebufferManager for this context.
+ virtual ValuebufferManager* GetValuebufferManager() = 0;
+
// Process any pending queries. Returns false if there are no pending queries.
virtual bool ProcessPendingQueries(bool did_finish) = 0;
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698