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

Unified Diff: webkit/compositor_bindings/WebToCCInputHandlerAdapter.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 0984e8438c37ecdc56ae3672ae9d94036ce14f49..d04d34bf4d858c163e5e6128f44e0ef7429e7c40 100644
--- a/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
+++ b/webkit/compositor_bindings/WebToCCInputHandlerAdapter.h
@@ -12,13 +12,13 @@
namespace WebKit {
-class WebToCCInputHandlerAdapter : public WebCore::CCInputHandler {
+class WebToCCInputHandlerAdapter : public cc::CCInputHandler {
public:
static PassOwnPtr<WebToCCInputHandlerAdapter> create(PassOwnPtr<WebInputHandler>);
- virtual ~WebToCCInputHandlerAdapter();
+ virtual ~WebToCCInputHandlerAdapter();
- // WebCore::CCInputHandler implementation.
- virtual void bindToClient(WebCore::CCInputHandlerClient*) OVERRIDE;
+ // cc::CCInputHandler implementation.
+ virtual void bindToClient(cc::CCInputHandlerClient*) OVERRIDE;
virtual void animate(double monotonicTime) OVERRIDE;
private:
« no previous file with comments | « webkit/compositor_bindings/WebSolidColorLayerImpl.cpp ('k') | webkit/compositor_bindings/WebToCCInputHandlerAdapter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698