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

Unified Diff: webkit/compositor_bindings/web_to_ccinput_handler_adapter.h

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
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 4eca7b86dcef037fa2809b895f3d45f63bbb480b..f6c899e58d26ee70422c694d150f6c50104332dd 100644
--- a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
+++ b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebToCCInputHandlerAdapter_h
-#define WebToCCInputHandlerAdapter_h
+#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_
+#define WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_
#include "base/memory/scoped_ptr.h"
#include "cc/input/input_handler.h"
@@ -14,7 +14,7 @@ namespace WebKit {
class WebToCCInputHandlerAdapter : public cc::InputHandler {
public:
- WEBKIT_COMPOSITOR_BINDINGS_EXPORT static
+ WEBKIT_COMPOSITOR_BINDINGS_EXPORT static
scoped_ptr<WebToCCInputHandlerAdapter> create(
scoped_ptr<WebInputHandler>);
virtual ~WebToCCInputHandlerAdapter();
@@ -30,8 +30,10 @@ class WebToCCInputHandlerAdapter : public cc::InputHandler {
class ClientAdapter;
scoped_ptr<ClientAdapter> client_adapter_;
scoped_ptr<WebInputHandler> handler_;
+
+ DISALLOW_COPY_AND_ASSIGN(WebToCCInputHandlerAdapter);
};
}
-#endif // WebToCCInputHandlerAdapter_h
+#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_
« no previous file with comments | « webkit/compositor_bindings/web_solid_color_layer_impl.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