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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: piman@ review Created 6 years, 1 month 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: content/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index 0d8538f4889b72d4d094c5923b08417502cfcdcf..4701697450fb8dd996360333deaf7616cbd89e81 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -34,6 +34,7 @@ class WaitableEvent;
namespace gpu {
class PreemptionFlag;
+union ValueState;
}
namespace IPC {
@@ -145,6 +146,9 @@ class GpuChannel : public IPC::Listener, public IPC::Sender {
bool allow_future_sync_points() const { return allow_future_sync_points_; }
+ void HandleUpdateValueState(unsigned int target,
+ const gpu::ValueState& state);
+
private:
friend class GpuChannelMessageFilter;

Powered by Google App Engine
This is Rietveld 408576698