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

Unified Diff: Source/platform/mac/ScrollAnimatorMac.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/platform/mac/LocalCurrentGraphicsContext.mm ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ScrollAnimatorMac.h
diff --git a/Source/platform/mac/ScrollAnimatorMac.h b/Source/platform/mac/ScrollAnimatorMac.h
index 61ad33f475c27f71e4adc66ff3cb95017fb4e42e..4d83647bf292884f2d16ac4337c4a898c58b928e 100644
--- a/Source/platform/mac/ScrollAnimatorMac.h
+++ b/Source/platform/mac/ScrollAnimatorMac.h
@@ -44,7 +44,7 @@ typedef id ScrollbarPainterController;
class ScrollElasticityControllerClient { };
#endif
-namespace WebCore {
+namespace blink {
class Scrollbar;
@@ -137,7 +137,7 @@ private:
virtual bool pinnedInDirection(const FloatSize&) OVERRIDE;
virtual bool canScrollHorizontally() OVERRIDE;
virtual bool canScrollVertically() OVERRIDE;
- virtual WebCore::IntPoint absoluteScrollPosition() OVERRIDE;
+ virtual blink::IntPoint absoluteScrollPosition() OVERRIDE;
virtual void immediateScrollByWithoutContentEdgeConstraints(const FloatSize&) OVERRIDE;
virtual void immediateScrollBy(const FloatSize&) OVERRIDE;
virtual void startSnapRubberbandTimer() OVERRIDE;
@@ -156,6 +156,6 @@ private:
IntRect m_visibleScrollerThumbRect;
};
-} // namespace WebCore
+} // namespace blink
#endif // ScrollAnimatorMac_h
« no previous file with comments | « Source/platform/mac/LocalCurrentGraphicsContext.mm ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698