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

Unified Diff: content/renderer/gpu/input_handler_proxy.h

Issue 15002007: Delegate root layer scroll offset to android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove spurious edits Created 7 years, 7 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: content/renderer/gpu/input_handler_proxy.h
diff --git a/content/renderer/gpu/input_handler_proxy.h b/content/renderer/gpu/input_handler_proxy.h
index b6c6efd7b4b05bc146cb0fd620a5c94f144373fa..6fe020f3de2a8a536d444f30a0bc193674f3fed4 100644
--- a/content/renderer/gpu/input_handler_proxy.h
+++ b/content/renderer/gpu/input_handler_proxy.h
@@ -9,6 +9,7 @@
#include "base/hash_tables.h"
#include "base/memory/scoped_ptr.h"
#include "cc/input/input_handler.h"
+#include "cc/input/layer_scroll_offset_delegate.h"
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebGestureCurve.h"
#include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
@@ -31,6 +32,8 @@ class CONTENT_EXPORT InputHandlerProxy
virtual ~InputHandlerProxy();
void SetClient(InputHandlerProxyClient* client);
+ void SetRootLayerScrollOffsetDelegate(
+ cc::LayerScrollOffsetDelegate* root_layer_scroll_offset_delegate);
void HandleInputEvent(const WebKit::WebInputEvent& event);
// cc::InputHandlerClient implementation.

Powered by Google App Engine
This is Rietveld 408576698