| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index fd9844f642004420a12ba011e555757a87de477c..849f14c647136ee07cd0a3a3254b28ef4268c7ea 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "build/build_config.h"
|
| +#include "content/common/content_param_traits.h"
|
| #include "content/common/gpu/devtools_gpu_instrumentation.h"
|
| #include "content/common/gpu/gpu_memory_manager.h"
|
| #include "ipc/ipc_listener.h"
|
| @@ -33,6 +34,7 @@ struct GpuMemoryBufferHandle;
|
| }
|
|
|
| namespace gpu {
|
| +union ValueState;
|
| namespace gles2 {
|
| class MailboxManager;
|
| class ProgramCache;
|
| @@ -132,6 +134,9 @@ class GpuChannelManager : public IPC::Listener,
|
| gfx::GpuMemoryBufferId id,
|
| int client_id,
|
| int32 sync_point);
|
| + void OnUpdateValueState(int client_id,
|
| + unsigned int target,
|
| + const gpu::ValueState& state);
|
|
|
| void OnLoseAllContexts();
|
|
|
|
|