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

Unified Diff: webkit/compositor_bindings/WebToCCInputHandlerAdapter.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
diff --git a/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h b/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
index 7cbf32440db671f94b163b931b82fc71ad93d1da..359b591cbe4cb2115328760781effd497b1bd957 100644
--- a/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
+++ b/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
@@ -11,13 +11,13 @@
namespace WebKit {
-class WebToCCInputHandlerAdapter : public cc::CCInputHandler {
+class WebToCCInputHandlerAdapter : public cc::InputHandler {
public:
static scoped_ptr<WebToCCInputHandlerAdapter> create(scoped_ptr<WebInputHandler>);
virtual ~WebToCCInputHandlerAdapter();
- // cc::CCInputHandler implementation.
- virtual void bindToClient(cc::CCInputHandlerClient*) OVERRIDE;
+ // cc::InputHandler implementation.
+ virtual void bindToClient(cc::InputHandlerClient*) OVERRIDE;
virtual void animate(double monotonicTime) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698