| Index: content/renderer/compositor_bindings/web_filter_operations_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_filter_operations_impl.h b/content/renderer/compositor_bindings/web_filter_operations_impl.h
|
| similarity index 78%
|
| rename from webkit/renderer/compositor_bindings/web_filter_operations_impl.h
|
| rename to content/renderer/compositor_bindings/web_filter_operations_impl.h
|
| index a60366c22ab91cc1d6eb4dd926acd91412c5486d..11dc4833376db0c6c199d5798f24ee2449f13ed7 100644
|
| --- a/webkit/renderer/compositor_bindings/web_filter_operations_impl.h
|
| +++ b/content/renderer/compositor_bindings/web_filter_operations_impl.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
| -#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
| +#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
|
|
| #include "cc/output/filter_operations.h"
|
| +#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebFilterOperations.h"
|
| -#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| -namespace webkit {
|
| +namespace content {
|
|
|
| class WebFilterOperationsImpl : public blink::WebFilterOperations {
|
| public:
|
| - WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFilterOperationsImpl();
|
| + CONTENT_EXPORT WebFilterOperationsImpl();
|
| virtual ~WebFilterOperationsImpl();
|
|
|
| const cc::FilterOperations& AsFilterOperations() const;
|
| @@ -44,6 +44,7 @@ class WebFilterOperationsImpl : public blink::WebFilterOperations {
|
| DISALLOW_COPY_AND_ASSIGN(WebFilterOperationsImpl);
|
| };
|
|
|
| -} // namespace webkit
|
| +} // namespace content
|
| +
|
| +#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
|
|
| -#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_OPERATIONS_IMPL_H_
|
|
|