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

Unified Diff: webkit/renderer/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.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_to_ccscrollbar_theme_painter_adapter.cc
diff --git a/webkit/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc b/webkit/renderer/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc
similarity index 96%
rename from webkit/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc
rename to webkit/renderer/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc
index f9527d4638bfe4655082ed9c1b73de58ea0060cb..a15c35d3049b7b833c64cce01c8e4546b3be3ef1 100644
--- a/webkit/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc
+++ b/webkit/renderer/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.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_to_ccscrollbar_theme_painter_adapter.h"
+#include "webkit/renderer/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbarThemePainter.h"

Powered by Google App Engine
This is Rietveld 408576698