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

Unified Diff: webkit/renderer/compositor_bindings/web_content_layer_impl.cc

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_content_layer_impl.cc
diff --git a/webkit/compositor_bindings/web_content_layer_impl.cc b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
similarity index 97%
rename from webkit/compositor_bindings/web_content_layer_impl.cc
rename to webkit/renderer/compositor_bindings/web_content_layer_impl.cc
index dd3b8872f0f72c02cea1fd99576f9c23f038c2f2..2b2a518950437f64d7a4a071ebc16a1236ec1618 100644
--- a/webkit/compositor_bindings/web_content_layer_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/compositor_bindings/web_content_layer_impl.h"
+#include "webkit/renderer/compositor_bindings/web_content_layer_impl.h"
#include "base/command_line.h"
#include "cc/base/switches.h"

Powered by Google App Engine
This is Rietveld 408576698