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

Unified Diff: Source/web/WebPluginScrollbarImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebPluginLoadObserver.cpp ('k') | Source/web/WebPluginScrollbarImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginScrollbarImpl.h
diff --git a/Source/web/WebPluginScrollbarImpl.h b/Source/web/WebPluginScrollbarImpl.h
index f0618c844192341dd0b9ed1b2d15a811c5154afd..05e10b3a3b4e5a759ca7eb80e8ecac4f8176c897 100644
--- a/Source/web/WebPluginScrollbarImpl.h
+++ b/Source/web/WebPluginScrollbarImpl.h
@@ -36,7 +36,7 @@ class IntRect;
class Scrollbar;
}
-namespace WebKit {
+namespace blink {
class ScrollbarGroup;
@@ -55,7 +55,7 @@ public:
int scrollOffset() { return m_scrollOffset; }
WebCore::Scrollbar* scrollbar() { return m_scrollbar.get(); }
- // WebKit::WebScrollbar methods
+ // blink::WebScrollbar methods
virtual bool isOverlay() const OVERRIDE;
virtual int value() const OVERRIDE;
virtual WebPoint location() const OVERRIDE;
@@ -74,7 +74,7 @@ public:
virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
virtual bool isCustomScrollbar() const OVERRIDE;
- // WebKit::WebPluginScrollbar methods
+ // blink::WebPluginScrollbar methods
virtual void setLocation(const WebRect&) OVERRIDE;
virtual void setValue(int position) OVERRIDE;
virtual void setDocumentSize(int) OVERRIDE;
@@ -99,6 +99,6 @@ private:
RefPtr<WebCore::Scrollbar> m_scrollbar;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebPluginLoadObserver.cpp ('k') | Source/web/WebPluginScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698