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

Unified Diff: cc/blink/scrollbar_impl.cc

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « cc/blink/scrollbar_impl.h ('k') | cc/blink/web_animation_curve_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/scrollbar_impl.cc
diff --git a/content/renderer/compositor_bindings/scrollbar_impl.cc b/cc/blink/scrollbar_impl.cc
similarity index 96%
rename from content/renderer/compositor_bindings/scrollbar_impl.cc
rename to cc/blink/scrollbar_impl.cc
index 6ee82d42444c9e7e69764d091361c6edaa3a945e..e7c21b8ad1f11a6feb80c19c6fa2e0c6b5da1bbc 100644
--- a/content/renderer/compositor_bindings/scrollbar_impl.cc
+++ b/cc/blink/scrollbar_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 "content/renderer/compositor_bindings/scrollbar_impl.h"
+#include "cc/blink/scrollbar_impl.h"
#include "base/logging.h"
#include "third_party/WebKit/public/platform/WebScrollbar.h"
@@ -10,7 +10,7 @@
using blink::WebScrollbar;
-namespace content {
+namespace cc_blink {
ScrollbarImpl::ScrollbarImpl(
scoped_ptr<WebScrollbar> scrollbar,
@@ -105,5 +105,4 @@ void ScrollbarImpl::PaintPart(SkCanvas* canvas,
painter_.paintTickmarks(canvas, track_paint_rect);
}
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/scrollbar_impl.h ('k') | cc/blink/web_animation_curve_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698