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

Unified Diff: webkit/compositor_bindings/web_to_ccinput_handler_adapter.h

Issue 12648005: cc: Chromify the LayerTreeHostImpl class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compl Created 7 years, 9 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
« no previous file with comments | « cc/tree_synchronizer_unittest.cc ('k') | webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
diff --git a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
index 6ef4c041dc6eac4ea0f5ea4e9acc2cd3b6e460d0..06f5ccb612f45fef3814b91b3bbc48ba1bc22ca5 100644
--- a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
+++ b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
@@ -20,9 +20,9 @@ class WebToCCInputHandlerAdapter : public cc::InputHandler {
virtual ~WebToCCInputHandlerAdapter();
// cc::InputHandler implementation.
- virtual void bindToClient(cc::InputHandlerClient*) OVERRIDE;
- virtual void animate(base::TimeTicks time) OVERRIDE;
- virtual void mainThreadHasStoppedFlinging() OVERRIDE;
+ virtual void BindToClient(cc::InputHandlerClient*) OVERRIDE;
+ virtual void Animate(base::TimeTicks time) OVERRIDE;
+ virtual void MainThreadHasStoppedFlinging() OVERRIDE;
private:
explicit WebToCCInputHandlerAdapter(scoped_ptr<WebInputHandler>);
« no previous file with comments | « cc/tree_synchronizer_unittest.cc ('k') | webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698