| Index: Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| diff --git a/Source/platform/scroll/ScrollbarThemeOverlay.cpp b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| index 56c5c0f2382558c946caebcc905cb1b9b310358a..bd7c62e0b63d504649292c4710fde23198771060 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| +++ b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
|
| : ScrollbarTheme()
|
| @@ -163,4 +163,4 @@ ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, co
|
| return ScrollbarTheme::hitTest(scrollbar, position);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|