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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.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_tree_view_impl_for_testing.h
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
similarity index 91%
rename from webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h
rename to webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
index e25fb9369a12bca82c4452ac790534afbb33cc79..fc83ebee0a6f7f6140ab3419db435c5c6174c1e9 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h
+++ b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
@@ -2,13 +2,13 @@
// 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_TREE_VIEW_IMPL_FOR_TESTING_H_
-#define WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_
+#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_
+#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_
#include "base/memory/scoped_ptr.h"
#include "cc/trees/layer_tree_host_client.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
-#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
+#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
#include "webkit/support/webkit_support.h"
namespace cc {
@@ -93,4 +93,4 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
} // namespace webkit
-#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_
+#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_

Powered by Google App Engine
This is Rietveld 408576698