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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
diff --git a/webkit/compositor_bindings/web_layer_impl_fixed_bounds.h b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
similarity index 86%
rename from webkit/compositor_bindings/web_layer_impl_fixed_bounds.h
rename to webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
index 2e906b99cf4313e8349d832f9f32d28877549d3c..84314d47334881ff1f88c6e9b66c5a430796b476 100644
--- a/webkit/compositor_bindings/web_layer_impl_fixed_bounds.h
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
-#define WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
+#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
+#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
#include "ui/gfx/size.h"
#include "ui/gfx/transform.h"
-#include "webkit/compositor_bindings/web_layer_impl.h"
+#include "webkit/renderer/compositor_bindings/web_layer_impl.h"
namespace webkit {
@@ -51,4 +51,4 @@ class WebLayerImplFixedBounds : public WebLayerImpl {
} // namespace webkit
-#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
+#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_

Powered by Google App Engine
This is Rietveld 408576698